blob: fb75c4b31c709991f279db2cf826bcb02d061cf3 [file] [log] [blame]
{
"name": "UserCaches",
"version": "0.0.2",
"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.2"
},
"source_files": "UserCaches/*.{h,swift}",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "4.1",
"dependencies": {
"SQLite.swift": [
"~> 0.11.4"
]
}
}