blob: 40de8fe4181809eaddb78f6e490f9d5821769ba1 [file] [log] [blame]
{
"name": "GRDB.swift",
"version": "0.81.1",
"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.81.1"
},
"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"
}