blob: 467d495464bcd311a37748fe69582b5554f1b090 [file] [log] [blame]
{
"name": "OnlineL10n",
"version": "0.1.4",
"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": "sebastian.westemeyer@ort-online.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ORT-Interactive-GmbH/OnlineL10n.git",
"tag": "0.1.4"
},
"source_files": "OnlineL10n/**/*.swift",
"resources": "OnlineL10n/UI/*.storyboard",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
],
"Result": [
]
}
}