[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / f / 4 / ZHNetWork / 0.0.2 / ZHNetWork.podspec.json
blob0fa2366948ef8c22035f71882f504cdc6e445f55
2   "name": "ZHNetWork",
3   "version": "0.0.2",
4   "summary": "网络请求",
5   "description": "一个网络请求的工具类",
6   "homepage": "https://github.com/miaoran2014/ZHNetWork",
7   "license": "MIT",
8   "authors": {
9     "miaoran": "1822773181@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "frameworks": "UIKit",
16   "source": {
17     "git": "https://github.com/miaoran2014/ZHNetWork.git",
18     "tag": "v0.0.2"
19   },
20   "source_files": [
21     "Classes",
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ]
29   }