blob: a87eaca51297f0c68a47aff4d9fa57dc6c89eeae [file] [log] [blame]
{
"name": "ZPDatabaseCache",
"version": "0.0.1",
"summary": "A simple Key-Value storage tool, using Sqlite as backend.",
"homepage": "https://github.com/chilli-cheng/ZPDatabaseCache",
"license": "MIT",
"authors": {
"Chilli-Cheng": "380081905@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/chilli-cheng/ZPDatabaseCache.git",
"tag": "0.0.1"
},
"source_files": "ZPDatabaseCache/ZPDatabaseCache.{h, m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}