[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / a / GGARest / 0.1.0 / GGARest.podspec.json
blob7affd23e593228ea1a239b61526b9bd2aa749d4f
2   "name": "GGARest",
3   "version": "0.1.0",
4   "summary": "REST library for iOs applications with automatic JSON serialization / deserialization",
5   "description": "REST library for iOs applications with automatic JSON serialization / deserialization\nSee examples in github",
6   "homepage": "https://github.com/greengrowapps/GGARest-iOS",
7   "license": {
8     "type": "Apache2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GreenGrowApps": "info@greengrowapps.com"
13   },
14   "source": {
15     "git": "https://github.com/greengrowapps/GGARest-iOS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GGARest/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.7"
25     ],
26     "SwiftyJSON": [
27       "~> 4.0"
28     ]
29   }