[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 6 / HSSortCacheKit / 0.0.5 / HSSortCacheKit.podspec.json
blob12e75a3ec20760b44b6d6e4915cc5061eb0300c2
2   "name": "HSSortCacheKit",
3   "version": "0.0.5",
4   "summary": "分类存储数据,支持多种缓存方案,NSUserDefaults、File文件存储、memory存储",
5   "description": "可以实现按组存储数据,方便读取,缓存、删除等操作,统一存储入口,方便用户管理本地缓存数据,接入简单,操作简单",
6   "homepage": "https://github.com/WangXueJuan/HSSortCacheKit",
7   "license": "MIT",
8   "authors": {
9     "王雪娟": "wangxuejuan0811@rayootech.com"
10   },
11   "source": {
12     "git": "https://github.com/WangXueJuan/HSSortCacheKit.git",
13     "tag": "0.0.5"
14   },
15   "vendored_frameworks": "*.framework",
16   "ios": {
17     "dependencies": {
18       "SDWebImage": [
20       ]
21     }
22   },
23   "requires_arc": true,
24   "platforms": {
25     "osx": null,
26     "ios": null,
27     "tvos": null,
28     "watchos": null
29   }