blob: c9cf9ecac38128d9d3ecc60d315074f816287e9f [file] [log] [blame]
{
"name": "VODBCache",
"version": "2.0.0-beta11",
"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-beta11"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"FMDB/SQLCipher": [
]
},
"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": [
]
}
}
]
}