Skip to content

Commit a31b80e

Browse files
committed
Drop the macOS 10.9 support in the Swifter.podspec
1 parent 3367b63 commit a31b80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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" => "kolakowski.damian@gmail.com" }
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)