blob: 67a1781cd577dc2176f46dbeb1d2f0fbdb515854 [file] [log] [blame]
{
"name": "AYHttp",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AYHttp/Classes/**/*",
"public_header_files": "AYHttp/Classes/*.h",
"dependencies": {
"AFNetworking": [
],
"AYPromise": [
],
"AYFile": [
]
}
}