[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.4.0 / XCHTTPClient.podspec.json
blob78415d0b9a71db295e0f8f26f71dd27224cf806d
2   "name": "XCHTTPClient",
3   "version": "1.4.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.4.0"
13   },
14   "source_files": "XCHTTPClient/Classes/**/*.{h,m}",
15   "public_header_files": "XCHTTPClient/Classes/**/*.h",
16   "resources": "XCHTTPClient/Classes/XCHTTPClient.bundle",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AFNetworking": [
28     ]
29   }