blob: 02ec00526cc258a59605bbdad0c0a3e47f506531 [file] [log] [blame]
{
"name": "YTTCache",
"version": "0.1.1",
"summary": "简单数据缓存.",
"description": "简单数据缓存.采用键值对存储,用于网络请求缓存.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YTTCache/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}