[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.1.3 / XCHTTPClient.podspec.json
blob6622abd271b37fd4041f6f4f394bbaafbb676eef
2   "name": "XCHTTPClient",
3   "version": "1.1.3",
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.1.3"
13   },
14   "source_files": "XCHTTPClient/Classes/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "dependencies": {
21     "AFNetworking": [
22       "~>3.0.4"
23     ]
24   }