From d691cb851b2d2fc4b17daaae34b4af3b42a2e656 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 19 Apr 2018 14:06:08 -0700 Subject: Firestore Podfile 5.0.0 update --- Firestore/Example/Podfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Firestore/Example') 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! -- cgit v1.2.3 From 56a529531b5ecd81a68c098ec8fbc5b8a6ec3fcf Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 4 May 2018 10:13:02 -0700 Subject: Disable pre-release repos (#1228) --- Example/Podfile | 6 +++--- Firestore/Example/Podfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Firestore/Example') diff --git a/Example/Podfile b/Example/Podfile index 774635c..61913f4 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,6 +1,6 @@ -#delete source lines before master merge -source 'sso://cpdc-internal/spec' -source 'https://github.com/CocoaPods/Specs.git' +# Uncomment the next two lines for pre-release testing +#source 'sso://cpdc-internal/spec' +#source 'https://github.com/CocoaPods/Specs.git' use_frameworks! diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index a745de7..1de1906 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -1,6 +1,6 @@ -#delete source lines before master merge -source 'sso://cpdc-internal/spec' -source 'https://github.com/CocoaPods/Specs.git' +# 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 -- cgit v1.2.3