blob: ffa2bd6f0eebea65a59bfd229effe4a9426b7725 [file] [log] [blame]
{
"name": "QNKeyValueSQliteDB",
"version": "0.2.3",
"summary": "A simple Key-Value storage tool, using Sqlite as backend.",
"homepage": "https://github.com/gitph101/QNKeyValueSQliteDB",
"license": "MIT",
"authors": {
"gitph101": "linux_c@foxmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/gitph101/QNKeyValueSQliteDB.git",
"tag": "0.2.3"
},
"source_files": "YTKKeyValueStore/YTKKeyValueStore.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}