blob: d6179675890ec55205ddb32e960a8e349b57e820 [file] [log] [blame]
{
"name": "DDHTTPClient",
"version": "0.1.1",
"summary": "AFNetworking HTTP client",
"homepage": "https://github.com/BrownCN023/DDHTTPClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDHTTPClient.git",
"tag": "0.1.1"
},
"source_files": "DDHTTPClient/**/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
]
}
}