[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / 0 / APIClient / 0.1.1 / APIClient.podspec.json
blobd3fa9ce18b3b96b40bbf87147d603cf25fb64654
2   "name": "APIClient",
3   "version": "0.1.1",
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.1"
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     "AFNetworking": [
25       "~> 2.5"
26     ],
27     "InflectorKit": [
28       "= 0.0.1"
29     ],
30     "DCKeyValueObjectMapping": [
31       "~> 1.4"
32     ]
33   }