blob: f96da28017fdc3f3cba3218bb127810b21b6b3cf [file] [log] [blame]
{
"name": "HDNetworking",
"version": "1.0.1",
"summary": "A simple web request",
"homepage": "https://github.com/HeDong1117/HDNetworking",
"license": "MIT",
"authors": {
"HeDong": "57008939@qq.com"
},
"source": {
"git": "https://github.com/HeDong1117/HDNetworking.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"HDNetworking",
"HDNetworking/**/{HDNetworking,UIImage+HDExtension}.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "HDSingleton",
"source_files": [
"HDNetworking",
"HDNetworking/**/HDSingleton.{h,m}"
]
},
{
"name": "Modle",
"source_files": [
"HDNetworking",
"HDNetworking/**/HDPicModle.{h,m}"
]
}
]
}