blob: 3d2d3cf89d4f9f8ba0473981b6b1263492939046 [file] [log] [blame]
{
"name": "VODBCache",
"version": "1.0.2",
"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.2"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"MJExtension": [
"~> 3.0.7"
],
"FMDB": [
"~> 2.5"
]
}
}