blob: 59a60899f8f2bbd40a638d7de02e85d2df71b4e5 [file] [log] [blame]
{
"name": "GRDB.swift",
"version": "0.6.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "SQLite toolkit for Swift.",
"homepage": "https://github.com/groue/GRDB.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRDB.swift.git",
"tag": "v0.6.0"
},
"source_files": "GRDB/**/*.{h,m,swift}",
"module_name": "GRDB",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"module_map": "GRDB/module.modulemap",
"frameworks": "Foundation",
"libraries": "sqlite3"
}