Explorar o código

Podspec's version updated.

Damian Kołakowski %!s(int64=10) %!d(string=hai) anos
pai
achega
d7226f8eff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Swifter.podspec

+ 2 - 2
Swifter.podspec

@@ -1,14 +1,14 @@
 Pod::Spec.new do |s|
 
   s.name                  = "Swifter"
-  s.version               = "1.0.3"
+  s.version               = "1.0.5"
   s.summary               = "Tiny http server engine written in Swift programming language."
   s.homepage              = "https://github.com/glock45/swifter"
   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.source                = { :git => "https://github.com/glock45/swifter.git", :tag => "1.0.3" }
+  s.source                = { :git => "https://github.com/glock45/swifter.git", :tag => "1.0.5" }
   s.source_files          = 'Sources/*.{h,m,swift}'
 
 end