Latest | 0.3.1 |
---|---|
Homepage | https://github.com/dmanuelcl/UILocalizable |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
UILocalizable is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'UILocalizable'
Author
Dani Manuel Céspedes Lara, [email protected]
License
UILocalizable is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "UILocalizable", "version": "0.3.1", "summary": "A simple way to localize iOS apps", "description": "A simple way to localize iOS apps. Allow localize UI on storyboard and source code", "homepage": "https://github.com/dmanuelcl/UILocalizable", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Dani Manuel Cu00e9spedes Lara": "[email protected]" }, "source": { "git": "https://github.com/dmanuelcl/UILocalizable.git", "tag": "0.3.1" }, "platforms": { "ios": "8.0" }, "source_files": "UILocalizable/Classes/**/*" }
Thu, 26 Jul 2018 15:20:17 +0000