Skip to content

Commit acc15d6

Browse files
Merge pull request #1139 from anton-plebanovich/fix/macos-podspec-version
Mac OS version fix in Podspec
2 parents 0c454a7 + a305324 commit acc15d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectMapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99

1010
s.watchos.deployment_target = '2.0'
1111
s.ios.deployment_target = '13.0'
12-
s.osx.deployment_target = '10.9'
12+
s.osx.deployment_target = '10.10'
1313
s.tvos.deployment_target = '9.0'
1414

1515
s.swift_version = '5.0'

0 commit comments

Comments
 (0)