Skip to content

Commit

Permalink
Fix Firebase/Crashlytics min iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 4, 2024
1 parent 71d8e92 commit 281312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseCrashlytics', '~> 11.2.0'
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '13.0'
ss.ios.deployment_target = '12.0'
ss.osx.deployment_target = '10.15'
ss.tvos.deployment_target = '13.0'
ss.watchos.deployment_target = '7.0'
Expand Down

0 comments on commit 281312d

Please sign in to comment.