Skip to content

Commit

Permalink
- Podspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-plebanovich committed Mar 28, 2024
1 parent 0c454a7 commit a305324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectMapper.podspec
Original file line number Diff line number Diff line change
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 a305324

Please sign in to comment.