[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / c / Restberry / 0.1.2 / Restberry.podspec.json
blob6bb87d18bfc92678a40d3643e6e580728140219a
2   "name": "Restberry",
3   "version": "0.1.2",
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.2"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ],
28     "Mantle": [
29       "~> 2.0"
30     ]
31   }