{ | |
"name": "DDHTTPClient", | |
"version": "0.0.3", | |
"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.0.3" | |
}, | |
"source_files": "DDHTTPClient/**/*.{h,m}", | |
"requires_arc": true, | |
"frameworks": "Foundation", | |
"dependencies": { | |
"AFNetworking": [ | |
] | |
} | |
} |