blob: f90a217048897020ac55bb822d8693d0180fcb7e [file] [log] [blame]
{
"name": "VODBCache",
"version": "2.0.0-beta8",
"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-beta8"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"FMDB": [
"~>2.6"
],
"SQLCipher": [
"~>3.1.0"
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
},
"subspecs": [
{
"name": "VOURLCache",
"source_files": [
"VOURLCache",
"VOURLCache/*.{h,m}"
],
"public_header_files": "VOURLCache/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.2"
]
}
}
]
}