blob: bb177dd60af602ba2947bf07dcb75a93297f4852 [file] [log] [blame]
{
"name": "VVSequelize",
"version": "0.1.0-Beta1",
"summary": "基于FMDB的ORM模型封装.",
"description": "基于FMDB的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.1.0-Beta1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VVSequelize/Classes/**/*",
"dependencies": {
"FMDB/SQLCipher": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
}
}