blob: f35de0809b7ed1f99f8a85ed7af0caeb9035ccbc [file] [log] [blame]
{
"name": "DDHTTPClient",
"version": "0.1.0",
"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.0"
},
"source_files": "DDHTTPClient/**/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
]
}
}