blob: 7e598d73114e6c6292b448659bd1e4596a141687 [file] [log] [blame]
{
"name": "GRDBPlus",
"version": "3.6.2",
"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.6.2"
},
"module_name": "GRDB",
"platforms": {
"ios": "11.4",
"osx": "10.13",
"watchos": "4.3"
},
"source_files": [
"GRDB/**/*.swift",
"Support/*.h"
],
"module_map": "Support/module.modulemap",
"frameworks": "Foundation",
"libraries": "sqlite3",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_ENABLE_FTS5"
},
"deprecated": true
}