8 "summary": "A toolkit for SQLite databases, with a focus on application development.",
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": "GRDB",
27 "module_map": "Support/module.modulemap",
28 "frameworks": "Foundation",
29 "libraries": "sqlite3",
31 "OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_ENABLE_FTS5"