blob: 19decbb3bb7af9954dd1684c2a7fbb5f9a093fc8 [file] [log] [blame]
{
"name": "HDNetTools",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "HD网络请求库,基于AFNetworking封装,提供了请求悬浮窗显示于隐藏、延迟显示悬浮窗、请求时屏幕点击响应、网络超时设置和重试次数设置。",
"homepage": "https://github.com/DamonHu/HDNetTools",
"authors": {
"DamonHu": "dong765@qq.com"
},
"source": {
"git": "https://github.com/DamonHu/HDNetTools.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "HDNetTools/HDNetTools/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~>3.1.0"
],
"SVProgressHUD": [
"~>2.1.2"
]
},
"documentation_url": "http://www.hudongdong.com/ios/758.html"
}