blob: 885d5be944c9d28d0b50b374be5c2eee9a25089c [file] [log] [blame]
{
"name": "AYHttp",
"version": "2.0.4",
"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": "2.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AYHttp/Classes/**/*",
"public_header_files": "AYHttp/Classes/*.h",
"dependencies": {
"AFNetworking": [
],
"AYPromise": [
],
"AYFile": [
],
"AYQuery": [
],
"AYCategory": [
]
}
}