Skip to content

Commit ea1a21c

Browse files
committed
[FirebasePhoneAuth] Remove EAP podspec links.
Change-Id: I62cefcd3597517802c5d15c6dafe1e8a4adbabd5
1 parent a84db29 commit ea1a21c

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Podfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Uncomment this line to define a global platform for your project
22
platform :ios, '8.0'
33

4-
# TODO: used only for EAP testing
5-
source 'sso://cpdc-eap/spec'
6-
source 'https://cpdc-eap.googlesource.com/spec.git'
7-
source 'https://github.com/CocoaPods/Specs.git'
8-
94
target 'FirebaseDatabaseUI' do
105
use_frameworks!
116

samples/objc/Podfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ platform :ios, '8.0'
22

33
target 'FirebaseUI-demo-objc' do
44

5-
# TODO: used only for EAP testing
6-
source 'sso://cpdc-eap/spec'
7-
source 'https://cpdc-eap.googlesource.com/spec.git'
8-
source 'https://github.com/CocoaPods/Specs.git'
9-
105
# used for development from sources
116
pod 'FirebaseAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_auth.podspec"
127
pod 'FirebaseDatabaseUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_db.podspec"
138
pod 'FirebaseStorageUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_storage.podspec"
149
pod 'FirebaseFacebookAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_fb.podspec"
1510
pod 'FirebaseGoogleAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_ggl.podspec"
1611
pod 'FirebaseTwitterAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_tw.podspec"
12+
pod 'FirebasePhoneAuthUI', :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_phone.podspec"
1713

1814
# used for development from released frameworks
1915
# use_frameworks!

0 commit comments

Comments
 (0)