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