blob: 9228dce3eac71d846132b17c7622d186ba61e4a2 [file] [log] [blame]
{
"name": "GRDBCipher",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A toolkit for SQLite databases, with a focus on application development.",
"homepage": "https://github.com/groue/GRDB.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRDB.swift.git",
"tag": "v3.0.0"
},
"module_name": "GRDBCipher",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": [
"GRDB/**/*.swift",
"SQLCipher/*.h",
"Support/grdb_config.h"
],
"module_map": "SQLCipher/module.modulemap",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_HAS_CODEC -D GRDBCIPHER",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 GRDBCIPHER=1"
},
"frameworks": "Foundation",
"dependencies": {
"SQLCipher": [
"~> 3.4.1"
]
}
}