aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 5fa6a95..2c38cd9 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -28,6 +28,11 @@ target 'Firestore_Example' do
pod 'OCMock'
end
+
+ target 'Firestore_SwiftTests_iOS' do
+ pod 'FirebaseFirestore', :path => '../../'
+ pod 'FirebaseFirestoreSwift', :path => '../../'
+ end
end
target 'SwiftBuildTest' do