blob: 46025f1b47ed79766abb3282604f1da4c43af281 [file] [log] [blame]
{
"name": "XHNetworkCache",
"version": "1.4.0",
"summary": "一行代码将网络数据持久化 - 支持数据同步/异步写入及更新、缓存数据读取、获取缓存数据大小、缓存数据清除",
"homepage": "https://github.com/CoderZhuXH/XHNetworkCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhu Xiaohui": "977950862@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderZhuXH/XHNetworkCache.git",
"tag": "1.4.0"
},
"source_files": [
"XHNetworkCache",
"*.{h,m}"
],
"requires_arc": true
}