blob: a22d478fc7c9749740e540c43aa8c83709872589 [file] [log] [blame]
{
"name": "VVSequelize",
"version": "0.3.0-beta4",
"summary": "基于sqlite3的ORM模型封装.",
"description": "基于sqlite3的ORM模型封装.",
"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.0-beta4"
},
"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": "SQLCipher"
}
},
{
"name": "common",
"source_files": "VVSequelize/Classes/**/*",
"public_header_files": "VVSequelize/Classes/**/*.h",
"resources": [
"VVSequelize/Assets/VVJieba.bundle",
"VVSequelize/Assets/VVPinYin.bundle"
]
}
]
}