[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 9 / ZZWNetwork / 0.1.1 / ZZWNetwork.podspec.json
blob729cde5e48205c35a13eebad5084cde5217ef06a
2   "name": "ZZWNetwork",
3   "version": "0.1.1",
4   "summary": "网络库",
5   "description": "基于AFNetWorking和苹果自带的网络框架封装的网络库",
6   "homepage": "https://github.com/zhouzheren/ZZWNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snail": "a595429717@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zhouzheren/ZZWNetwork.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZZWNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0.1"
25     ]
26   }