blob: 7ac98f2f6fbb4081e568a4822ff9b2cd220c2912 [file] [log] [blame]
{
"name": "KLCache",
"version": "1.0.0",
"summary": "数据缓存组件",
"description": "组件简介:\n用于缓存常用数据的缓存;",
"homepage": "https://github.com/Kalanhall",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalan": "Kalanhall@163.com"
},
"source": {
"git": "https://github.com/Kalanhall/KLCache.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KLCache/Classes/**/*",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore"
]
}