[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 3 / 7 / 2 / HYZNetwork / 1.0.1 / HYZNetwork.podspec.json
blob212e447b2c559b22bd87b9f65a0af80f22c24ab7
2   "name": "HYZNetwork",
3   "version": "1.0.1",
4   "summary": "HYZNetwork是基于AFNetworking3.2.1封装的iOS端简易网络库,通过创建请求对象的方式处理网络接口",
5   "description": "HYZNetwork是基于AFNetworking3.2.1封装的iOS端简易网络库,通过创建请求对象的方式处理网络接口",
6   "homepage": "https://github.com/zone1026/HYZNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zone1026": "1024105345@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zone1026/HYZNetwork.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HYZNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "3.2.1"
25     ]
26   }