blob: ace7856c4550f7a622da355e7b2298b511b59f70 [file] [log] [blame]
{
"name": "GDHNetworking",
"version": "1.0.0",
"summary": "GDHNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/gdhGaoFei/GDHNetworking",
"license": "MIT",
"authors": {
"_GaoFei": "gdhgaofei@163.com"
},
"source": {
"git": "https://github.com/gdhGaoFei/GDHNetworking.git",
"tag": "1.0.0"
},
"source_files": [
"GDHNetworking",
"*.{h,m}"
],
"requires_arc": true,
"resources": "GDHNetworking/images/*.png",
"platforms": {
"ios": "7.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MBProgressHUD": [
"~> 0.9.2"
]
}
}