[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / 1 / YTTCache / 0.1.5 / YTTCache.podspec.json
blobf2cc45c4d5e9fff99b69817b3139899a50f56854
2   "name": "YTTCache",
3   "version": "0.1.5",
4   "summary": "简单数据缓存.",
5   "description": "简单数据缓存.采用键值对存储,用于网络请求缓存.\n缓存具有时效性以及校验功能.\n通过类扩展简化操作.",
6   "homepage": "https://github.com/AndyCuiYTT/YTTCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AndyCuiYTT": "AndyCuiYTT@163.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyCuiYTT/YTTCache.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YTTCache/Classes/**/*",
22   "dependencies": {
23     "SQLite.swift": [
24       "~> 0.11.5"
25     ]
26   }