We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc908ff commit a46424bCopy full SHA for a46424b
JSONAPIMapper.podspec
@@ -7,8 +7,7 @@ Pod::Spec.new do |spec|
7
spec.authors = { 'Nimble' => 'dev@nimblehq.co' }
8
spec.source = { :git => 'https://github.com/nimblehq/JSONMapper.git', :tag => spec.version.to_s }
9
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'
+ spec.ios.deployment_target = '9.0'
+ spec.osx.deployment_target = '10.9'
13
spec.swift_versions = '5.3'
14
end
0 commit comments