[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 1 / 6 / OnlineL10n / 0.3.0 / OnlineL10n.podspec.json
blobf103e870584aff3acbfe4a34e978920421e7a918
2   "name": "OnlineL10n",
3   "version": "0.3.0",
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": "tim.christmann@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.3.0"
20   },
21   "source_files": "OnlineL10n/**/*.swift",
22   "resources": "OnlineL10n/UI/*.storyboard",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   },
28   "dependencies": {
29     "ReactiveObjC": [
31     ]
32   }