File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ Pod::Spec.new do |s|
44 s . summary = 'UI binding libraries for Firebase.'
55 s . homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66 s . license = { :type => 'Apache 2.0' , :file => 'LICENSE' }
7- # s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v5.0.0' }
8- s . source = { :git => 'sso://devrel/firebaseui-ios' , :branch => 'firebase-5' }
7+ s . source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git' , :tag => 'v5.0.0' }
98 s . author = 'Firebase'
109 s . platform = :ios
1110 s . ios . deployment_target = '9.0'
Original file line number Diff line number Diff line change 1- source 'sso://cpdc-internal/spec'
2- source 'https://github.com/CocoaPods/Specs.git'
3-
41target 'FirebaseUI-demo-swift' do
52 use_frameworks!
63
You can’t perform that action at this time.
0 commit comments