diff options
Diffstat (limited to 'Firestore/Firestore.podspec')
-rw-r--r-- | Firestore/Firestore.podspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Firestore.podspec b/Firestore/Firestore.podspec index 32aae55..56683f1 100644 --- a/Firestore/Firestore.podspec +++ b/Firestore/Firestore.podspec @@ -51,6 +51,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 ', + 'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"/..', 'OTHER_CFLAGS' => '-DFIRFirestore_VERSION=' + s.version.to_s } end |