blob: 3a1bc1e0080169be32cefc27113ef8141c8f15f8 [file] [log] [blame]
{
"name": "HDNetworking",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HDNetworking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}