[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 1 / 6 / OnlineL10n / 0.1.4 / OnlineL10n.podspec.json
blob467d495464bcd311a37748fe69582b5554f1b090
2   "name": "OnlineL10n",
3   "version": "0.1.4",
4   "summary": "Online localization framework written in Swift",
5   "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",
6   "homepage": "http://www.ort-online.net",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Sebastian Westemeyer": "sebastian.westemeyer@ort-online.net"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ORT-Interactive-GmbH/OnlineL10n.git",
19     "tag": "0.1.4"
20   },
21   "source_files": "OnlineL10n/**/*.swift",
22   "resources": "OnlineL10n/UI/*.storyboard",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "ReactiveCocoa": [
28     ],
29     "Result": [
31     ]
32   }