blob: be15d0ccd639c55829671a127b2c6ae04fb8f5d1 [file] [log] [blame]
{
"name": "VVSequelize",
"version": "0.3.2",
"summary": "ORM model based on SQLite3.",
"description": "ORM model based on SQLite3.",
"homepage": "https://github.com/pozi119/VVSequelize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valo Lee": "pozi119@163.com"
},
"source": {
"git": "https://github.com/pozi119/VVSequelize.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "cipher",
"subspecs": [
{
"name": "system",
"dependencies": {
"VVSequelize/common": [
]
},
"libraries": "sqlite3"
},
{
"name": "cipher",
"dependencies": {
"VVSequelize/common": [
],
"SQLCipher": [
]
},
"pod_target_xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
"HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
}
},
{
"name": "common",
"source_files": "VVSequelize/Classes/**/*",
"public_header_files": "VVSequelize/Classes/**/*.h",
"resources": [
"VVSequelize/Assets/VVPinYin.bundle"
]
}
]
}