3 "version": "1.0.0-beta",
8 "summary": "A set of extensions for SQLite, GRDB.swift, and Combine",
9 "homepage": "https://github.com/groue/GRDBCombine",
11 "Gwendal Roué": "gr@pierlis.com"
14 "git": "https://github.com/groue/GRDBCombine.git",
17 "module_name": "GRDBCombine",
27 "frameworks": "Combine",
28 "default_subspecs": "default",
32 "source_files": "Sources/GRDBCombine/*.swift",
41 "source_files": "Sources/GRDBCombine/*.swift",
43 "GRDB.swift/SQLCipher": [
48 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
49 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
53 "swift_version": "5.2"