blob: 30366f492c8ae275e9fe2cb10edc1c60d6dd4959 [file] [log] [blame]
{
"name": "KVStorage",
"version": "0.0.1",
"summary": "A simple Key-Value storage tool, using Sqlite as backend.",
"homepage": "https://github.com/yuantiku/YTKKeyValueStore",
"license": "MIT",
"authors": {
"tangqiao": "tangqiao@fenbi.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "http://gitlab.dev.fenqile.com:9880/public_iOS/KVStorage.git",
"tag": "0.0.1"
},
"source_files": "KVStorage/YTKKeyValueStore.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}