[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 1 / ZZHNetwork / 1.1.0 / ZZHNetwork.podspec.json
blob2c08f3e50fecd60aef14e2570b17cb1cab0482ac
2   "name": "ZZHNetwork",
3   "version": "1.1.0",
4   "summary": "SDK for convenient network",
5   "description": "'这是一个方便的网络请求SDK'\n'基于AFNetwork进行了二次封装'",
6   "homepage": "https://github.com/375003148/ZZHNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "375003148": "375003148@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/375003148/ZZHNetwork.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "ZZHNetwork/Header/*.{h,m}",
23     "ZZHNetwork/Private/*.{h,m}"
24   ],
25   "public_header_files": "ZZHNetwork/Header/*.h",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 4.0"
29     ]
30   }