[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 1 / 7 / ZTHttpClient / 1.0.1 / ZTHttpClient.podspec.json
blob127aaecc0f27784bb1568286277a934d6447b2b7
2   "name": "ZTHttpClient",
3   "version": "1.0.1",
4   "summary": "一个基于AF 的网络框架",
5   "homepage": "https://github.com/huangluloveTing/ZTHttpClient.git",
6   "license": "MIT",
7   "authors": {
8     "Lucky Huang": "583699255@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/huangluloveTing/ZTHttpClient.git",
15     "tag": "1.0.1"
16   },
17   "source_files": [
18     "ZTNetworking/Cache/*.{h,m}",
19     "ZTNetworking/HTTP/*.{h,m}",
20     "ZTNetworking/Serializer/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "FMDB": [
29     ]
30   }