[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 8 / a / c / Restberry / 0.1 / Restberry.podspec.json
blobc494043b709a36da6415f04eccb3bd29b01f738d
2   "name": "Restberry",
3   "version": "0.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   "social_media_url": "https://twitter.com/max_sokolov",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "Restberry",
18   "module_name": "Restberry",
19   "source": {
20     "git": "https://github.com/maxsokolov/swift-restberry.git",
21     "tag": "0.1"
22   },
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ],
29     "Mantle": [
30       "~> 2.0"
31     ]
32   }