Skip to content

Commit

Permalink
Merge pull request #1139 from anton-plebanovich/fix/macos-podspec-ver…
Browse files Browse the repository at this point in the history
…sion

Mac OS version fix in Podspec
  • Loading branch information
tristanhimmelman committed Mar 28, 2024
2 parents 0c454a7 + a305324 commit acc15d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectMapper.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.watchos.deployment_target = '2.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.swift_version = '5.0'
Expand Down

0 comments on commit acc15d6

Please sign in to comment.