blob: c259bfb596d0cd83728178cc461dfededdb80e7e [file] [log] [blame]
{
"name": "GRDBCipher",
"version": "2.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift application toolkit for SQLite databases.",
"homepage": "https://github.com/groue/GRDB.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRDB.swift.git",
"tag": "v2.0.2"
},
"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"
]
},
"pushed_with_swift_version": "4.0"
}