Latest | 1.0.2 |
---|---|
Homepage | https://github.com/ahmadansari/Localized-Swift |
License | MIT |
Platforms | ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Localized-Swift is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Localized-Swift'
Author
License
Localized-Swift is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Localized-Swift", "version": "1.0.2", "summary": "Swift Localization Utility", "description": "A simple utlity to localize strings in Swift.", "homepage": "https://github.com/ahmadansari/Localized-Swift", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Ahmad Ansari": "[email protected]" }, "source": { "git": "https://github.com/ahmadansari/Localized-Swift.git", "tag": "1.0.2" }, "platforms": { "ios": "9.0" }, "swift_version": "4.2", "source_files": "Localized-Swift/Classes/**/*" }
Mon, 04 Feb 2019 11:42:04 +0000