blob: 566b2b548d79bfc4b0e89c1e539fb93cdcc397d8 [file] [log] [blame]
{
"name": "YTKKeyValueStore_Swift",
"version": "0.3.4",
"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": "8.0"
},
"source": {
"git": "https://github.com/sgxiang/YTKKeyValueStore_Swift.git",
"tag": "0.3.4"
},
"source_files": "YTKKeyValueStore/*.swift",
"requires_arc": true,
"module_name": "YTKKeyValueStore",
"dependencies": {
"SQLite.swift": [
"~> 0.9.2"
]
}
}