[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / f / 1 / ZZHNetwork / 1.0.2 / ZZHNetwork.podspec.json
blob8c46f4e391cff418ea3e5ef7904b62166eddb03f
2   "name": "ZZHNetwork",
3   "version": "1.0.2",
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.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZZHNetwork/**/*.{h,m}",
22   "public_header_files": "ZZHNetwork/Header/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 4.0"
26     ]
27   }