blob: e639967633668baca23f3f78cf3237bcf1bda526 [file] [log] [blame]
{
"name": "Localize-Swift",
"version": "3.0.0",
"summary": "Swift-friendly localization and i18n syntax with in-app language switching.",
"description": "A simple framework that improves localization and i18n in Swift apps with cleaner syntax and in-app language switching.",
"homepage": "https://github.com/marmelroy/Localize-Swift",
"license": "MIT",
"authors": {
"Roy Marmelstein": "marmelroy@gmail.com"
},
"source": {
"git": "https://github.com/marmelroy/Localize-Swift.git",
"tag": "3.0.0",
"submodules": true
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"requires_arc": true,
"source_files": "Sources"
}