[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 8 / HDNetTools / 2.1.1 / HDNetTools.podspec.json
blob8b59f0db853a8c3a12eef70dcad55d6b7dcba484
2   "name": "HDNetTools",
3   "version": "2.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "HD网络请求库,基于AFNetworking封装,提供了请求悬浮窗显示于隐藏、延迟显示悬浮窗、请求时屏幕点击响应、网络超时设置和重试次数设置。",
9   "homepage": "https://github.com/DamonHu/HDNetTools",
10   "authors": {
11     "DamonHu": "dong765@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/DamonHu/HDNetTools.git",
15     "tag": "2.1.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "HDNetTools/HDNetTools/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~>3.1.0"
29     ],
30     "SVProgressHUD": [
32     ]
33   },
34   "documentation_url": "http://www.hudongdong.com/ios/758.html"