8 "summary": "A Swift application toolkit for SQLite databases.",
9 "homepage": "https://github.com/groue/GRDB.swift",
11 "Gwendal Roué": "gr@pierlis.com"
14 "git": "https://github.com/groue/GRDB.swift.git",
17 "module_name": "GRDBCipher",
26 "Support/grdb_config.{c,h}"
28 "module_map": "SQLCipher/module.modulemap",
30 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
31 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
32 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"
34 "frameworks": "Foundation",
40 "pushed_with_swift_version": "3.0"