blob: c1d02dfb4120bff61cd8adffc85f0cc9f07b9bca [file] [log] [blame]
{
"name": "HttpRequestServer",
"version": "0.1.0",
"summary": "基于AF简单的二次封装",
"description": "POST请求/请求数据缓存/取消请求",
"homepage": "https://github.com/guwenlei/HttpRequestServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guwenlei": "1028147626@qq.com"
},
"source": {
"git": "https://github.com/guwenlei/HttpRequestServer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HttpRequestServer/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}