[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 2 / 0 / APIClient / 0.1.2 / APIClient.podspec.json
blob6478dcc034422e7edb30a4cce250b4dc4ded12f6
2   "name": "APIClient",
3   "version": "0.1.2",
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.2"
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   }