aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-10-30 10:47:15 -0700
committerGravatar GitHub <noreply@github.com>2017-10-30 10:47:15 -0700
commit54b6328321c6c0c9106c1ba504e21720db7e9c4b (patch)
tree9f3963d994798dd1da6384abc2a23817ee41f6ba /Firestore
parent838ee8021845becf42dbacd7a45dbbce798b6010 (diff)
Fix pod update warning (#414)
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/Firestore.podspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/Firestore/Firestore.podspec b/Firestore/Firestore.podspec
index efd3f64..c589fbf 100644
--- a/Firestore/Firestore.podspec
+++ b/Firestore/Firestore.podspec
@@ -37,7 +37,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.library = 'c++'
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' =>
- '$(inherited) ' +
'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 ',
'OTHER_CFLAGS' => '-DFIRFirestore_VERSION=' + s.version.to_s
}