aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-08 12:12:05 -0700
committerGravatar GitHub <noreply@github.com>2018-05-08 12:12:05 -0700
commitf32e4606e0bee158be9418b050ec2a71b2777311 (patch)
treeaff4dd5ab0f4c6189577af31bbd023f33b9f818e /Firestore
parentdddd75037ddd0937f2526ae7b43b62f571b22f49 (diff)
parentbb8c87a02897da363f23dbc1f5193551158cef41 (diff)
Merge pull request #1243 from firebase/pb-merge-5.0.0
Merge 5.0.0 to master
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/Example/Podfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index eb811e8..c1e02c8 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -1,7 +1,12 @@
+# Uncomment the next two lines for pre-release testing
+#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!