Skip to content

Commit

Permalink
Firebase 7 Firebase.podspec versions (#6604)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 29, 2020
1 parent 416fb43 commit c87d899
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
}
end
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '9.0'
ss.ios.deployment_target = '10.0'
ss.osx.deployment_target = '10.12'
ss.tvos.deployment_target = '10.0'
ss.watchos.deployment_target = '6.0'
Expand All @@ -74,15 +74,14 @@ Simplify your app development, grow your user base, and monetize more effectivel
s.subspec 'AppDistribution' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.ios.dependency 'FirebaseAppDistribution', '~> 0.9.3'
ss.ios.deployment_target = '9.0'
end

s.subspec 'Auth' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseAuth', '~> 6.9.2'
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '8.0'
ss.osx.deployment_target = '10.11'
ss.ios.deployment_target = '10.0'
ss.osx.deployment_target = '10.12'
ss.tvos.deployment_target = '10.0'
ss.watchos.deployment_target = '6.0'
end
Expand All @@ -91,8 +90,8 @@ Simplify your app development, grow your user base, and monetize more effectivel
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseCrashlytics', '~> 4.6.1'
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '8.0'
ss.osx.deployment_target = '10.11'
ss.ios.deployment_target = '10.0'
ss.osx.deployment_target = '10.12'
ss.tvos.deployment_target = '10.0'
ss.watchos.deployment_target = '6.0'
end
Expand Down Expand Up @@ -120,7 +119,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
s.subspec 'InAppMessaging' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.ios.dependency 'FirebaseInAppMessaging', '~> 0.24.0'
ss.ios.deployment_target = '9.0'
end

s.subspec 'Messaging' do |ss|
Expand Down Expand Up @@ -161,7 +159,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
s.subspec 'MLModelInterpreter' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.ios.dependency 'FirebaseMLModelInterpreter', '~> 0.22.0'
ss.ios.deployment_target = '9.0'
end

s.subspec 'MLVision' do |ss|
Expand Down

0 comments on commit c87d899

Please # to comment.