Skip to content

Commit

Permalink
Drop the macOS 10.9 support in the Swifter.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vkt0r committed May 6, 2019
1 parent 3367b63 commit a31b80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swifter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Pod::Spec.new do |s|
s.license = { :type => 'Copyright', :file => 'LICENSE' }
s.author = { "Damian Kołakowski" => "[email protected]" }
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
s.source_files = 'XCode/Sources/*.{swift}'

end
end

0 comments on commit a31b80e

Please sign in to comment.