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 11# Uncomment this line to define a global platform for your project
22platform :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-
94target 'FirebaseDatabaseUI' do
105 use_frameworks!
116
Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ platform :ios, '8.0'
22
33target '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!
You can’t perform that action at this time.
0 commit comments