blob: b5a18c47b627e796a6a04dc0a192213ff8800e26 [file] [log] [blame]
{
"name": "GRDBObjc",
"version": "0.8",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/groue/GRDBObjc",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"summary": "FMDB-compatible bindings to GRDB.swift.",
"source": {
"git": "https://github.com/groue/GRDBObjc.git",
"tag": "v0.8"
},
"module_name": "GRDBObjc",
"swift_versions": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "Sources/GRDBObjc/*",
"dependencies": {
"GRDBObjcCore": [
"0.8"
]
},
"frameworks": "Foundation",
"swift_version": "4.0"
}