blob: 95619fc89b8ee642b124a0850e62db4573743294 [file] [log] [blame]
{
"name": "VODBCache",
"version": "1.0.1",
"summary": "Cache Object with sqlite3",
"description": "** Cache Object with sqlite3 **\nNeed FMDB, MJExtension",
"homepage": "https://github.com/pozi119/VODBCacheDemo",
"license": "GPL V2.0",
"authors": {
"pozi119": "pozi119@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/pozi119/VODBCacheDemo.git",
"tag": "1.0.1"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"MJExtension": [
"~> 3.0.7"
],
"FMDB": [
"~> 2.5"
]
}
}