[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / b / YZNetTool / 1.4.0 / YZNetTool.podspec.json
blobffc756acda27199ff68a75f7695bc1c3fccde000
2   "name": "YZNetTool",
3   "version": "1.4.0",
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.4.0"
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   },
34   "documentation_url": "http://www.hudongdong.com/ios/758.html"