blob: 7cfa546d420f60afa002d629359a2c222e40e106 [file] [log] [blame]
{
"name": "OnlineL10n",
"version": "0.3.3",
"summary": "Online localization framework written in Swift",
"description": "Online localization framework written in Swift\nUse it to bind your user interface elements to localized content providers. More details here: https://github.com/ORT-Interactive-GmbH/OnlineL10n",
"homepage": "http://www.ort-online.net",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Sebastian Westemeyer": "tim.christmann@ort-online.net"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ORT-Interactive-GmbH/OnlineL10n.git",
"tag": "0.3.3"
},
"source_files": "OnlineL10n/**/*.swift",
"resources": "OnlineL10n/UI/*.storyboard",
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"dependencies": {
"ReactiveObjC": [
]
},
"swift_version": "5.0"
}