blob: 407dd66c14ec39055ac6f61ba79584ee2bc6d253 [file] [log] [blame]
{
"name": "XHNetworkCache",
"version": "1.3.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.3.0"
},
"source_files": [
"XHNetworkCache",
"*.{h,m}"
],
"requires_arc": true
}