[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 1 / 3 / SortCacheKit / 0.0.1 / SortCacheKit.podspec.json
blob53232063b51b984f4c39f178736f5fa30d5da6be
2   "name": "SortCacheKit",
3   "version": "0.0.1",
4   "summary": "分类存储数据,支持多种缓存方案,NSUserDefaults、File文件存储、memory存储",
5   "description": "可以实现按组存储数据,方便读取,缓存、删除等操作,统一存储入口,方便用户管理本地缓存数据,接入简单,操作简单",
6   "homepage": "https://github.com/WangXueJuan/HSSpecs",
7   "license": "MIT",
8   "authors": {
9     "王雪娟": "wangxuejuan0811@rayootech.com"
10   },
11   "source": {
12     "git": "https://github.com/WangXueJuan/CacheKit.git",
13     "tag": "0.0.1"
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   }