blob: da752e82dfd19e5e1506d3655c577d8652bfa287 [file] [log] [blame]
{
"name": "GRDB.swift",
"version": "0.90.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.90.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",
"pushed_with_swift_version": "3.0"
}