File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ target 'Core_Example_iOS' do
17
17
platform :ios , '8.0'
18
18
19
19
# 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 .
22
22
pod 'Firebase/CoreOnly' , '6.0.0'
23
23
24
24
target 'Core_Tests_iOS' do
Original file line number Diff line number Diff line change 3
3
#source 'https://github.com/CocoaPods/Specs.git'
4
4
5
5
# 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'
8
8
9
9
use_frameworks!
10
10
You can’t perform that action at this time.
0 commit comments