We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3367b63 commit a31b80eCopy full SHA for a31b80e
Swifter.podspec
@@ -7,9 +7,9 @@ Pod::Spec.new do |s|
7
s.license = { :type => 'Copyright', :file => 'LICENSE' }
8
s.author = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
9
s.ios.deployment_target = "8.0"
10
- s.osx.deployment_target = "10.9"
+ s.osx.deployment_target = "10.10"
11
s.tvos.deployment_target = "9.0"
12
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
13
s.source_files = 'XCode/Sources/*.{swift}'
14
15
-end
+end
0 commit comments