blob: 768a5094ce4aedeb209907dfcc2b514537758e15 [file] [log] [blame]
{
"name": "YTKKeyValueStore_Swift",
"version": "0.4.2",
"summary": "A simple Key-Value storage tool, using Sqlite as backend.",
"homepage": "https://github.com/sgxiang/YTKKeyValueStore_Swift",
"license": "MIT",
"authors": {
"sgxiang": "690228918@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sgxiang/YTKKeyValueStore_Swift.git",
"tag": "0.4.2"
},
"source_files": "YTKKeyValueStore/*.swift",
"requires_arc": true,
"module_name": "YTKKeyValueStore",
"dependencies": {
"SQLite.swift": [
"~> 0.11.3"
]
},
"pushed_with_swift_version": "3.0"
}