[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 2 / 0 / APIClient / 0.1.0 / APIClient.podspec.json
blob9ffa0460a74cfd33a5d0cc6411126c03263d4234
2   "name": "APIClient",
3   "version": "0.1.0",
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.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "frameworks": [
20     "MobileCoreServices",
21     "SystemConfiguration"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.3"
26     ],
27     "InflectorKit": [
29     ],
30     "DCKeyValueObjectMapping": [
32     ]
33   }