aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-19 14:06:08 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-25 08:34:10 -0700
commitd691cb851b2d2fc4b17daaae34b4af3b42a2e656 (patch)
tree444fd211473fe454cafa0a467e0ac0128baf7bf3 /Firestore/Example/Podfile
parente413e22142ce3223001a69472ef996bb1302f617 (diff)
Firestore Podfile 5.0.0 update
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 92b199a..a745de7 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -1,7 +1,12 @@
+#delete source lines before master merge
+source 'sso://cpdc-internal/spec'
+source 'https://github.com/CocoaPods/Specs.git'
+
# The next line is the forcing function for the Firebase pod. The Firebase
# version's subspecs should depend on the component versions in their
# corresponding podspec's.
-pod 'Firebase/Core', '4.13.0'
+
+pod 'Firebase/Core', '5.0.0'
use_frameworks!