[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.1.2 / XCHTTPClient.podspec.json
blob73a45b83302f1393f1a3efaae98e890faa5cc84b
2   "name": "XCHTTPClient",
3   "version": "1.1.2",
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.2"
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   }