blob: f1e16e971ff58c7f30a74e1046ff82a24a05dbe6 [file] [log] [blame]
{
"name": "GRDBObjc",
"version": "0.7",
"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.7"
},
"module_name": "GRDBObjc",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"swift_version": "4.0",
"source_files": "Sources/GRDBObjc/*",
"dependencies": {
"GRDBObjcCore": [
"0.7"
]
},
"frameworks": "Foundation"
}