Skip to content

Commit 56c89ea

Browse files
authored
Merge pull request #408 from Vkt0r/podfile-macos-version
Drop the macOS 10.9 support in the Swifter.podspec
2 parents 1dbff28 + f2635b9 commit 56c89ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file. Changes not
3737
- Refactor: Use `URLComponents` for `HttpRequest` path and query parameters parsing [#404](https://github.com/httpswift/swifter/pull/404)) by [@mazyod](https://github.com/mazyod)
3838

3939
## Removed
40-
- Dropped macOS 10.9 support [#404](https://github.com/httpswift/swifter/pull/404)) by [@mazyod](https://github.com/mazyod)
40+
- 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)
4141

4242
# [1.4.6]
4343
## Added

Swifter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Pod::Spec.new do |s|
77
s.license = { :type => 'Copyright', :file => 'LICENSE' }
88
s.author = { "Damian Kołakowski" => "[email protected]" }
99
s.ios.deployment_target = "8.0"
10-
s.osx.deployment_target = "10.9"
10+
s.osx.deployment_target = "10.10"
1111
s.tvos.deployment_target = "9.0"
1212
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
1313
s.source_files = 'XCode/Sources/*.{swift}'
1414

15-
end
15+
end

0 commit comments

Comments
 (0)