blob: e14d62c05cd9f56f24b2ec85b0f57e295686edd8 [file] [log] [blame]
{
"name": "UserCaches",
"version": "0.0.4",
"summary": "A key-value storage, Swift language 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.4"
},
"source_files": "Sources/UserCaches/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "4.1",
"dependencies": {
"SQLite.swift": [
"~> 0.11.4"
]
}
}