Skip to content

Commit

Permalink
Fix podspec osx deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Oct 15, 2024
1 parent f2f1429 commit 44ceccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.swift_versions = ['5.0']
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down
2 changes: 1 addition & 1 deletion KMPNativeCoroutinesRxSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.swift_versions = ['5.0']
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

Expand Down

0 comments on commit 44ceccb

Please sign in to comment.