blob: 2913359c362819d98a92d33aaf8ff11c1211084b [file] [log] [blame]
{
"name": "KSCache",
"version": "0.0.1",
"summary": "一个小的缓存demo",
"description": "一个小的缓存demo,LRU淘汰算法没有实现",
"homepage": "https://github.com/kkzhaoxiang/KSCache",
"license": "MIT",
"authors": {
"wzx": "kk_zhaoxiang@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/kkzhaoxiang/KSCache.git",
"tag": "0.0.1"
},
"source_files": "KSCache/KSCache/**/*.swift",
"ios": {
"frameworks": "UIKit"
}
}