ソースを参照

Drop the macOS 10.9 support in the Swifter.podspec

Update the CHANGELOG
Victor Sigler 7 年 前
コミット
f2635b9926
2 ファイル変更3 行追加3 行削除
  1. 1 1
      CHANGELOG.md
  2. 2 2
      Swifter.podspec

+ 1 - 1
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

+ 2 - 2
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