blob: 980c651cd6391cfd5f3e9cfc764dab5bf4051230 [file] [log] [blame]
{
"name": "GDHNetworking",
"version": "2.0.0",
"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": "2.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"
],
"XMLDictionary": [
"~> 1.4.1"
]
}
}