blob: c5ae156f0a7e98de3c58e3d0207c2f2b94fc6b3e [file] [log] [blame]
{
"name": "AYHttp",
"version": "1.0.0",
"summary": "Promise style HTTP client base on AFNetworking.",
"homepage": "https://github.com/alan-yeh/AYHttp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alan Yeh": "alan@yerl.cn"
},
"source": {
"git": "https://github.com/alan-yeh/AYHttp.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AYHttp/Classes/**/*",
"public_header_files": "AYHttp/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
],
"AYPromise": [
"~> 1.0.0"
],
"AYFile": [
"~> 1.0.0"
]
}
}