blob: 40654cbf1a70aaee0f159a0cab3c661094607dde [file] [log] [blame]
{
"name": "VODBCache",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"FMDB/SQLCipher": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
}
}