blob: ba3cfc649f7257a53637889d93a17c9c757cf629 [file] [log] [blame]
{
"name": "HTTPRequestTool",
"version": "0.0.2",
"summary": "A short description of HTTPRequestTool.",
"description": "a HTTPRequestTool repository demo",
"homepage": "https://github.com/jiangyongchang126/HTTPRequestTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jianggongzi": "jiang_yongchang@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jiangyongchang126/HTTPRequestTool.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "HTTPRequestTool/HTTPRequestTool/Http/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}