blob: 225c2d59bd0cadf78e9fd4f2e74afa851d658ebd [file] [log] [blame]
{
"name": "GRDB.swift",
"version": "3.3.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.3.0"
},
"module_name": "GRDB",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": [
"GRDB/**/*.swift",
"Support/*.h"
],
"module_map": "Support/module.modulemap",
"frameworks": "Foundation",
"libraries": "sqlite3"
}