blob: f0f7c54bc2c39152c854e99ffbce5d53af45ca3b [file] [log] [blame]
{
"name": "L10n-swift",
"module_name": "L10n",
"version": "2.0.1",
"summary": "Localization of the application with ability to change language \"on the fly\" and support for plural form in any language.",
"description": "L10n is a pod to support for localization\n * Change the language of your apps \"on the fly\".\n * Support for stantard localization key (Localizable.strings)\n * Support for grouping localization keys (Localizable.plist and Localizable.stringsdict)\n * Supports plural form in any language (Localizable.stringsdict)\n * Use .l10n() to localized any string, int and double",
"homepage": "https://Decybel07.github.io/L10n-swift/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Bobrowski": "adrian071993@gmail.com"
},
"source": {
"git": "https://github.com/Decybel07/L10n-swift.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}