Skip to content

Commit a46424b

Browse files
committed
[#6] Update minimum deployment target
1 parent dc908ff commit a46424b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

JSONAPIMapper.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Pod::Spec.new do |spec|
77
spec.authors = { 'Nimble' => 'dev@nimblehq.co' }
88
spec.source = { :git => 'https://github.com/nimblehq/JSONMapper.git', :tag => spec.version.to_s }
99
spec.source_files = 'Sources/**/*.swift'
10-
spec.ios.deployment_target = '8.0'
11-
spec.osx.deployment_target = '10.11'
12-
spec.tvos.deployment_target = '10.0'
10+
spec.ios.deployment_target = '9.0'
11+
spec.osx.deployment_target = '10.9'
1312
spec.swift_versions = '5.3'
1413
end

0 commit comments

Comments
 (0)