blob: 3dfbb491db73c31145ed29086a26b0b97e15dc03 [file] [log] [blame]
{
"name": "SwiftyInAppLocalization",
"version": "1.0.0",
"summary": "Support for switching the language at run time. Compatible with both Swift and Objective-C.",
"homepage": "https://github.com/janlionly/SwiftyInAppLocalization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"janlionly": "janlionly@gmail.com"
},
"source": {
"git": "https://github.com/janlionly/SwiftyInAppLocalization.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/janlionly",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/InAppLocalization/*.{h,m}",
"frameworks": "UIKit",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "5.2"
}