[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / a / c / Restberry / 0.1.1 / Restberry.podspec.json
blobd71b8f515e135e9e4357add724e77aa10b34096e
2   "name": "Restberry",
3   "version": "0.1.1",
4   "homepage": "https://github.com/maxsokolov/swift-restberry",
5   "summary": "A generic rest api client written in Swift",
6   "authors": {
7     "Max Sokolov": "i@maxsokolov.net"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source_files": "Restberry",
17   "module_name": "Restberry",
18   "source": {
19     "git": "https://github.com/maxsokolov/swift-restberry.git",
20     "tag": "0.1.1"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ],
28     "Mantle": [
29       "~> 2.0"
30     ]
31   }