blob: 3e32ef56e918b5e44098d0dc53dfdb179a348d5e [file] [log] [blame]
{
"name": "Localize-Swift",
"version": "3.2.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.2.0",
"submodules": true
},
"social_media_url": "http://twitter.com/marmelroy",
"swift_versions": "5.3",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "4.0"
},
"subspecs": [
{
"name": "LocalizeSwiftCore",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "4.0"
},
"source_files": "Sources/"
},
{
"name": "UIKit",
"dependencies": {
"Localize-Swift/LocalizeSwiftCore": [
]
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/UI/"
}
],
"swift_version": "5.3"
}