[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / e / b / YZNetTool / 1.0.3 / YZNetTool.podspec.json
blob10a8d636c4d285fda2a6939466c9e15510bdc20e
2   "name": "YZNetTool",
3   "version": "1.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "YZ网络请求库,基于AFNetworking封装",
9   "homepage": "https://github.com/DamonHu/YZNetTool",
10   "authors": {
11     "DamonHu": "dong765@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/DamonHu/YZNetTool.git",
15     "tag": "1.0.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "netTools/YZNetTool/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~>3.1.0"
29     ],
30     "SVProgressHUD": [
31       "~>2.1.2"
32     ]
33   }