From f2635b9926009cf76808d6219f7673633e8014ce Mon Sep 17 00:00:00 2001 From: Victor Sigler Date: Mon, 6 May 2019 12:12:15 -0400 Subject: [PATCH] Drop the macOS 10.9 support in the Swifter.podspec Update the CHANGELOG --- CHANGELOG.md | 2 +- Swifter.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbff8963..70cb9c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file. Changes not - Refactor: Use `URLComponents` for `HttpRequest` path and query parameters parsing [#404](https://github.com/httpswift/swifter/pull/404)) by [@mazyod](https://github.com/mazyod) ## Removed -- Dropped macOS 10.9 support [#404](https://github.com/httpswift/swifter/pull/404)) by [@mazyod](https://github.com/mazyod) +- Dropped macOS 10.9 support [#404](https://github.com/httpswift/swifter/pull/404)), [#408](https://github.com/httpswift/swifter/pull/408)) by [@mazyod](https://github.com/mazyod), [@Vkt0r](https://github.com/Vkt0r) # [1.4.6] ## Added diff --git a/Swifter.podspec b/Swifter.podspec index 2292b224..c633d49f 100644 --- a/Swifter.podspec +++ b/Swifter.podspec @@ -7,9 +7,9 @@ Pod::Spec.new do |s| s.license = { :type => 'Copyright', :file => 'LICENSE' } s.author = { "Damian KoĊ‚akowski" => "kolakowski.damian@gmail.com" } 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 \ No newline at end of file