blob: d67d7be5fca78d684023f0d31a0109dff09cc086 [file] [log] [blame]
{
"name": "L10n-swift",
"module_name": "L10n_swift",
"version": "5.7.2",
"summary": "Localization of an application with ability to change language \"on the fly\" and support for plural forms in any language.",
"description": "L10n-swift is a pod that adds easier localization support for your app\n * Change the language of your apps \"on the fly\".\n * IBInspectable for Xcode Interface Builder.\n * Support for user-defined `Localizable` file names.\n * Support for formats: `*.plist`, `*.json`, `*.stringsdict`, `*.strings`.\n * Support for grouping localization keys.\n * Support for plural forms in any language with multiple arguments.\n * Support for pseudo-languages: `NonLocalized`, `DoubleLength`, `Accented`, `Bounded`, `ForcedRightToLeft`.\n * Use .l10n() to localized any string, date and numbers.\n * Use more than one languages at the same time.",
"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": "5.7.2"
},
"frameworks": "Foundation",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.{swift,stringsdict}"
},
{
"name": "Extension",
"dependencies": {
"L10n-swift/Core": [
]
},
"source_files": "Source/Extensions/**/*.swift"
},
{
"name": "IBInspectable",
"dependencies": {
"L10n-swift/Core": [
]
},
"source_files": "Source/IBInspectables/Core/**/*.swift",
"ios": {
"frameworks": "UIKit",
"source_files": "Source/IBInspectables/UIKit/{Common,iOS}/**/*.swift"
},
"watchos": {
"frameworks": "WatchKit",
"source_files": "Source/IBInspectables/WatchKit/**/*.swift"
},
"tvos": {
"frameworks": "UIKit",
"source_files": "Source/IBInspectables/UIKit/{Common,tvOS}/**/*.swift"
}
}
],
"swift_version": "5.1"
}