aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar rsgowman <rgowman@google.com>2018-06-18 15:35:38 -0400
committerGravatar GitHub <noreply@github.com>2018-06-18 15:35:38 -0400
commit93bfbdf4758bfdb3bb2875cba29a3b4c21e91f71 (patch)
tree2566dbe5ce5ae5a700b43981c84f67b1aad337fd /Firestore/Example/Podfile
parentb97fd69aae5c145bf3d390a9a6d3783eb9584aa5 (diff)
parent39e12ed16ce15d4c402fe079fc9f35869b669a6d (diff)
Hookup serializer_test.cc to the xcode based test suite (#1343)
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 57cd533..110c676 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -22,6 +22,7 @@ target 'Firestore_Example_iOS' do
pod 'leveldb-library'
pod 'OCMock'
pod 'GoogleTest', :podspec => 'GoogleTest.podspec'
+ pod 'ProtobufCpp', :podspec => 'ProtobufCpp.podspec'
end
target 'Firestore_IntegrationTests_iOS' do