blob: f2cc45c4d5e9fff99b69817b3139899a50f56854 [file] [log] [blame]
{
"name": "YTTCache",
"version": "0.1.5",
"summary": "简单数据缓存.",
"description": "简单数据缓存.采用键值对存储,用于网络请求缓存.\n缓存具有时效性以及校验功能.\n通过类扩展简化操作.",
"homepage": "https://github.com/AndyCuiYTT/YTTCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndyCuiYTT": "AndyCuiYTT@163.com"
},
"source": {
"git": "https://github.com/AndyCuiYTT/YTTCache.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YTTCache/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}