blob: 301cb6a1015c19bad3fa88fa5dae3e97bc8e4f9d [file] [log] [blame]
{
"name": "L10n-swift",
"module_name": "L10n_swift",
"version": "4.2.0",
"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 stantard localization keys `*.strings`\n * Support for grouping localization keys `*.plist` and `*.stringsdict`\n * Supports plural forms in any language `*.stringsdict`\n * Use .l10n() to localized any string, int and double\n * Use two or more 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": "4.2.0"
},
"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"
},
{
"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"
}
}
]
}