blob: 0d48670cad89a505ee95506832f96481b0f9fd57 [file] [log] [blame]
{
"name": "XTReq",
"version": "1.0.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": "1.0.0"
},
"source_files": "XTReq/XTReq",
"public_header_files": "XTReq/XTReq/*.h",
"dependencies": {
"AFNetworking": [
],
"XTFMDB": [
],
"YYModel": [
],
"SVProgressHUD": [
]
}
}