Skip to content

Commit a593b4d

Browse files
Updated iOS deployment target to 10 in podspec
1 parent 0b96a73 commit a593b4d

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
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :tag => s.version.to_s }
99

1010
s.watchos.deployment_target = '2.0'
11-
s.ios.deployment_target = '8.0'
11+
s.ios.deployment_target = '10.0'
1212
s.osx.deployment_target = '10.9'
1313
s.tvos.deployment_target = '9.0'
1414

0 commit comments

Comments
 (0)