blob: dce047861c2708cfb2ad60fd1b24424ab97b6ff7 [file] [log] [blame]
{
"name": "VVSequelize",
"version": "0.1.0-beta2",
"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-beta2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VVSequelize/Classes/**/*",
"dependencies": {
"FMDB/SQLCipher": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
}
}