blob: 78bd8e27d4421b2a991480bac53a4851de163c8c [file] [log] [blame]
{
"name": "GRDB.swift",
"version": "2.3.0",
"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.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",
"pushed_with_swift_version": "4.0"
}