blob: d3ceabd60bbe408378d065fa6654edfc3d2c0704 [file] [log] [blame]
{
"name": "GRDBCombine",
"version": "0.8.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A set of extensions for SQLite, GRDB.swift, and Combine",
"homepage": "https://github.com/groue/GRDBCombine",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRDBCombine.git",
"tag": "v0.8.0"
},
"module_name": "GRDBCombine",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"frameworks": "Combine",
"source_files": "Sources/GRDBCombine/*.swift",
"dependencies": {
"GRDB.swift": [
"~> 4.1"
]
},
"swift_version": "5.0"
}