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