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