[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / 0 / APIClient / 0.1.3 / APIClient.podspec.json
blob7f8e23918a9aea9f668937cfca5de30e8304ea68
2   "name": "APIClient",
3   "version": "0.1.3",
4   "summary": "Convention over configuration REST API client",
5   "homepage": "https://github.com/klaaspieter/apiclient",
6   "license": "MIT",
7   "authors": {
8     "Klaas Pieter Annema": "klaaspieter@annema.me"
9   },
10   "source": {
11     "git": "https://github.com/klaaspieter/APIClient.git",
12     "tag": "0.1.3"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "frameworks": [
20     "MobileCoreServices",
21     "SystemConfiguration"
22   ],
23   "dependencies": {
24     "InflectorKit": [
25       "= 0.0.1"
26     ],
27     "DCKeyValueObjectMapping": [
28       "~> 1.4"
29     ]
30   }