blob: 3434ba034960603702652ba84fcec1868b98244c [file] [log] [blame]
{
"name": "HDNetworking",
"version": "1.1.0",
"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.1.0"
},
"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}"
]
}
]
}