blob: da7444fe4d9de7da300cdc7738f1210d0d67e963 [file] [log] [blame]
{
"name": "VODBCache",
"version": "2.0.0-beta3",
"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-beta3"
},
"source_files": [
"VODBCache",
"VODBCache/*.{h,m}"
],
"dependencies": {
"FMDB": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "VOURLCache",
"source_files": [
"VOURLCache",
"VOURLCache/*.{h,m}"
],
"public_header_files": "VOURLCache/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.2"
]
}
}
]
}