blob: 3ee38b9282c1c5de312aef2732d87a863aa4b87b [file] [log] [blame]
{
"name": "GRDBCombine",
"version": "1.0.0-beta.2",
"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": "v1.0.0-beta.2"
},
"module_name": "GRDBCombine",
"swift_versions": [
"5.2"
],
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"frameworks": "Combine",
"default_subspecs": "default",
"subspecs": [
{
"name": "default",
"source_files": "Sources/GRDBCombine/*.swift",
"dependencies": {
"GRDB.swift": [
"~> 5.0-beta"
]
}
},
{
"name": "SQLCipher",
"source_files": "Sources/GRDBCombine/*.swift",
"dependencies": {
"GRDB.swift/SQLCipher": [
"~> 5.0-beta"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
}
}
],
"swift_version": "5.2"
}