blob: e82839a1482069995e6f5ab0e2fa1b421d595193 [file] [log] [blame]
{
"name": "CrystDBCipher",
"version": "0.1.7",
"summary": "CrystDBCipher is a thread-safe Object Relational Mapping database that stores object based on SQLite Chiper.",
"description": "CrystDB has these features:\n * It can automatically transform the property type of an object to storage sqlite type for each object \n to get better performance.\n * Uses the class to sort object and is not affected by modifying the class structure.\n * Supports filtering by conditions.",
"homepage": "https://github.com/matteocrippa/CrystDB.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Crippa": ""
},
"source": {
"git": "https://github.com/matteocrippa/CrystDB.git",
"tag": "0.1.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CrystDB/*.{h,m}",
"public_header_files": "CrystDB/*.{h}",
"dependencies": {
"SQLCipher": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_HAS_CODEC -D GRDBCIPHER -D SQLITE_ENABLE_FTS5",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER -DSQLITE_ENABLE_FTS5",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 GRDBCIPHER=1 SQLITE_ENABLE_FTS5=1"
},
"frameworks": [
"UIKit",
"CoreFoundation",
"Security"
]
}