Could not build Objective-C module 'GRDB'

I am trying to install this as an dependency of an Expo Module. Relative podspec is
s.dependency 'GRDB.swift'

I get the following error.
GRDB.swift/grdb_config.h:11:5 Call to undeclared function 'sqlite3_config'; ISO C99 and later do not support implicit function declarations

Am I missing something? Do I have to install something else?

Duplicate of Could not build Objective-C module 'GRDB' · Issue #1705 · groue/GRDB.swift · GitHub