File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
2
platform :ios , '8.0'
3
3
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
-
9
4
target 'FirebaseDatabaseUI' do
10
5
use_frameworks!
11
6
Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ platform :ios, '8.0'
2
2
3
3
target 'FirebaseUI-demo-objc' do
4
4
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
-
10
5
# used for development from sources
11
6
pod 'FirebaseAuthUI' , :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_auth.podspec"
12
7
pod 'FirebaseDatabaseUI' , :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_db.podspec"
13
8
pod 'FirebaseStorageUI' , :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_storage.podspec"
14
9
pod 'FirebaseFacebookAuthUI' , :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_fb.podspec"
15
10
pod 'FirebaseGoogleAuthUI' , :podspec => "https://raw.githubusercontent.com/firebase/FirebaseUI-iOS/master/FirebaseUI_dev_ggl.podspec"
16
11
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"
17
13
18
14
# used for development from released frameworks
19
15
# use_frameworks!
You can’t perform that action at this time.
0 commit comments