|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
|
|
|
s.homepage = "https://github.com/glock45/swifter"
|
|
s.homepage = "https://github.com/glock45/swifter"
|
|
|
s.license = { :type => 'Copyright', :file => 'LICENSE' }
|
|
s.license = { :type => 'Copyright', :file => 'LICENSE' }
|
|
|
s.author = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
|
|
s.author = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
|
|
|
- s.ios.deployment_target = "8.0"
|
|
|
|
|
|
|
+ s.ios.deployment_target = "9.0"
|
|
|
s.osx.deployment_target = "10.9"
|
|
s.osx.deployment_target = "10.9"
|
|
|
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.1.0" }
|
|
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.1.0" }
|
|
|
s.source_files = 'Sources/*.{h,m,swift}'
|
|
s.source_files = 'Sources/*.{h,m,swift}'
|