Skip to content

Commit 498ba81

Browse files
authored
Update Podfiles after 6.0.0 release (#2964)
1 parent a8efb63 commit 498ba81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ target 'Core_Example_iOS' do
1717
platform :ios, '8.0'
1818

1919
# The next line is the forcing function for the Firebase pod. The Firebase
20-
# version's subspecs should depend on the component versions in their
21-
# corresponding podspec's.
20+
# version's subspecs should depend on the component versions in the
21+
# corresponding podspec's in this repo.
2222
pod 'Firebase/CoreOnly', '6.0.0'
2323

2424
target 'Core_Tests_iOS' do

Firestore/Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#source 'https://github.com/CocoaPods/Specs.git'
44

55
# Uncomment the next two lines for pre-release testing on public repo
6-
source 'https://github.com/Firebase/SpecsStaging.git'
7-
source 'https://github.com/CocoaPods/Specs.git'
6+
#source 'https://github.com/Firebase/SpecsStaging.git'
7+
#source 'https://github.com/CocoaPods/Specs.git'
88

99
use_frameworks!
1010

0 commit comments

Comments
 (0)