blob: a0bc8cbd7437bf40f048091ceedc1e6dc1b42b6d [file] [log] [blame]
{
"name": "L10n-swift",
"module_name": "L10n",
"version": "2.1.1",
"summary": "Localization of an application with ability to change language \"on the fly\" and support for plural forms in any language.",
"description": "L10n is a pod that adds easier localization support for your app\n * Change the language of your apps \"on the fly\".\n * Support for stantard localization keys (Localizable.strings)\n * Support for grouping localization keys (Localizable.plist and Localizable.stringsdict)\n * Supports plural forms in any language (Localizable.stringsdict)\n * Use .l10n() to localized any string, int and double",
"homepage": "https://github.com/Decybel07/L10n-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Bobrowski": "adrian071993@gmail.com"
},
"source": {
"git": "https://github.com/Decybel07/L10n-swift.git",
"tag": "2.1.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"
}