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