blob: d17c4ab0798e2bc463cd81562fc3b0bb0814d94d [file] [log] [blame]
{
"name": "GDHNetworking",
"version": "1.0.3",
"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.3"
},
"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"
],
"XMLDictionary": [
"~> 1.4.1"
]
}
}