aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index c79495d..c5cf06a 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -7,13 +7,19 @@ target 'Firestore_Example' do
target 'Firestore_Tests' do
inherit! :search_paths
+
+ pod 'FirebaseCommunity/Core', :path => '../../'
+ pod 'leveldb-library'
+
pod 'OCMock'
pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec'
- pod 'leveldb-library'
end
target 'Firestore_IntegrationTests' do
inherit! :search_paths
+
+ pod 'FirebaseCommunity/Core', :path => '../../'
+
pod 'OCMock'
end
end