[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.2.0 / XCHTTPClient.podspec.json
blob6c9940a628662ba8d7cc6f1144a8537add7dde3e
2   "name": "XCHTTPClient",
3   "version": "1.2.0",
4   "summary": "一套高度抽象的网络请求类,内部基于AFNetworking3实现。",
5   "homepage": "https://github.com/sinsmin/XCHTTPClient",
6   "license": "MIT",
7   "authors": {
8     "sinsmin": "sinsmin@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/sinsmin/XCHTTPClient.git",
12     "tag": "1.2.0"
13   },
14   "source_files": "XCHTTPClient/Classes/XCHTTPClient.h",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "XCHTTPClient/Classes/*.{h,m}",
23       "frameworks": "Foundation",
24       "dependencies": {
25         "AFNetworking": [
26           "~>3.0.4"
27         ]
28       }
29     },
30     {
31       "name": "Chain",
32       "source_files": "XCHTTPClient/Classes/Chain/*.{h,m}",
33       "dependencies": {
34         "XCHTTPClient/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Group",
41       "source_files": "XCHTTPClient/Classes/Group/*.{h,m}",
42       "dependencies": {
43         "XCHTTPClient/Core": [
45         ]
46       }
47     }
48   ]