blob: fe9425ebb32622604830c54c3ee79af968dde0b1 [file] [log] [blame]
{
"name": "ZYLDataBase",
"version": "0.2.1",
"summary": "ORM机制的sqlite数据库.",
"description": "使用run-time实现ORM机制的sqlite数据库,支持加密",
"homepage": "https://github.com/zhangyinglong/ZYLDataBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangyinglong": "zyl04401@gmail.com"
},
"source": {
"git": "https://github.com/zhangyinglong/ZYLDataBase.git",
"tag": "0.2.1"
},
"module_name": "ZYLDataBase",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"compiler_flags": "-DSQLITE_HAS_CODEC",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"source_files": "ZYLDataBase/**/*.{h,m}",
"public_header_files": [
"ZYLDataBase/Database.h",
"ZYLDataBase/DatabaseServiece.h",
"ZYLDataBase/BaseModel.h"
],
"vendored_libraries": "ZYLDataBase/**/*.a",
"libraries": [
"z",
"sqlite3"
],
"frameworks": "Security"
}