blob: 779192496dc50d4a5f98301775ac70909800dfda [file] [log] [blame]
{
"name": "L10n-swift",
"module_name": "L10n_swift",
"version": "5.0.1",
"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.\n * Use .l10n() to localized any string, date int and double.\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.0.1"
},
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"pushed_with_swift_version": "4.0",
"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"
}
}
]
}