blob: c76b89eaf73ac67b21314bc38f4c18f5e19a4a71 [file] [log] [blame]
{
"name": "GDHNetworking",
"version": "1.0.5",
"summary": "GDHNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/gdhGaoFei/GDHNetworking",
"license": "MIT",
"authors": {
"高得华": "gdhgaofei@163.com"
},
"source": {
"git": "https://github.com/gdhGaoFei/GDHNetworking.git",
"tag": "1.0.5"
},
"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"
]
}
}