{ | |
"name": "BLHTTPClient", | |
"version": "0.1.0", | |
"summary": "BLHTTPClient.", | |
"description": "A short description of BLHTTPClient", | |
"homepage": "https://github.com/boundlessocean/network", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"fuhaiyang": "fuhaiyang@xycentury.com" | |
}, | |
"source": { | |
"git": "https://github.com/boundlessocean/network.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "BLHTTPClient/Classes/**/*", | |
"dependencies": { | |
"AFNetworking": [ | |
] | |
} | |
} |