|
|
@@ -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
|