[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.4.1 / XCHTTPClient.podspec.json
blobcd941cbd6977fd8ef47188dfbbf563722cd1860e
2   "name": "XCHTTPClient",
3   "version": "1.4.1",
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.4.1"
13   },
14   "source_files": "XCHTTPClient/Classes/**/*",
15   "public_header_files": "XCHTTPClient/Classes/**/*.h",
16   "resource_bundles": {
17     "XCHTTPClient": [
18       "XCHTTPClient/Assets/*"
19     ]
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "OTHER_LDFLAGS": "-ObjC"
27   },
28   "frameworks": "Foundation",
29   "libraries": "z",
30   "dependencies": {
31     "AFNetworking": [
32       "~> 3.1.0"
33     ]
34   }