blob: 53232063b51b984f4c39f178736f5fa30d5da6be [file] [log] [blame]
{
"name": "SortCacheKit",
"version": "0.0.1",
"summary": "分类存储数据,支持多种缓存方案,NSUserDefaults、File文件存储、memory存储",
"description": "可以实现按组存储数据,方便读取,缓存、删除等操作,统一存储入口,方便用户管理本地缓存数据,接入简单,操作简单",
"homepage": "https://github.com/WangXueJuan/HSSpecs",
"license": "MIT",
"authors": {
"王雪娟": "wangxuejuan0811@rayootech.com"
},
"source": {
"git": "https://github.com/WangXueJuan/CacheKit.git",
"tag": "0.0.1"
},
"vendored_frameworks": "*.framework",
"ios": {
"dependencies": {
"SDWebImage": [
]
}
},
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}