blob: 14bfe5a2d4348c5f4c434d6fa65928820d3833a1 [file] [log] [blame]
{
"name": "UserCaches",
"version": "0.0.1",
"summary": "A key-value storage cache tool like UserDefaults on iOS Platform.",
"description": "- A key-value storage cache tool like UserDefaults on iOS Platform.\n- Support base type and Codable type.\n- Using Swift, more safe and concise.",
"homepage": "https://github.com/CUITCHE/UserCaches",
"license": "MIT",
"authors": {
"hejunqiu": "xiaohe918@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CUITCHE/UserCaches.git",
"tag": "0.0.1"
},
"source_files": "UserCaches/*.{h,swift}",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "4.1",
"dependencies": {
"SQLite.swift": [
"~> 0.11.4"
]
}
}