blob: f103e870584aff3acbfe4a34e978920421e7a918 [file] [log] [blame]
{
"name": "OnlineL10n",
"version": "0.3.0",
"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": "8.0"
},
"source": {
"git": "https://github.com/ORT-Interactive-GmbH/OnlineL10n.git",
"tag": "0.3.0"
},
"source_files": "OnlineL10n/**/*.swift",
"resources": "OnlineL10n/UI/*.storyboard",
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"ReactiveObjC": [
]
}
}