blob: c4dda4b1ff89bdfb32f86d42b7ad3a8458112438 [file] [log] [blame]
{
"name": "ZYLDataBase",
"version": "0.2.0",
"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.0"
},
"module_name": "ZYLDataBase",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"compiler_flags": "-DSQLITE_HAS_CODEC",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"user_target_xcconfig": {
"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"
}