blob: 43b79579a4fb32cd0f3489f194513788549eb9f3 [file] [log] [blame]
{
"name": "XTReq",
"version": "2.1.0",
"summary": "基于AFNetworking,代码最少,支持缓存的多种方案",
"description": "Based on AFNetworing and sqlite encapsulation, simple APIs and persistent storage requests.",
"homepage": "https://github.com/Akateason/XTReq",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "teason.xie@cootek.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Akateason/XTReq.git",
"tag": "2.1.0"
},
"source_files": "XTReq/XTReq",
"public_header_files": "XTReq/XTReq/*.h",
"dependencies": {
"AFNetworking": [
],
"XTFMDB": [
"> 2.0.0"
],
"YYModel": [
],
"SVProgressHUD": [
]
}
}