diff --git a/KMPNativeCoroutinesRxSwift.podspec b/KMPNativeCoroutinesRxSwift.podspec index 02f19ada..0a2e7d29 100644 --- a/KMPNativeCoroutinesRxSwift.podspec +++ b/KMPNativeCoroutinesRxSwift.podspec @@ -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.10' s.watchos.deployment_target = '3.0' s.tvos.deployment_target = '9.0'