Skip to content

Commit 5ec761e

Browse files
Podspec's version updated.
1 parent 52c4bc9 commit 5ec761e

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
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Swifter"
4-
s.version = "1.0.3"
4+
s.version = "1.0.5"
55
s.summary = "Tiny http server engine written in Swift programming language."
66
s.homepage = "https://github.com/glock45/swifter"
77
s.license = { :type => 'Copyright', :file => 'LICENSE' }
88
s.author = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
99
s.ios.deployment_target = "8.0"
1010
s.osx.deployment_target = "10.9"
11-
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.0.3" }
11+
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.0.5" }
1212
s.source_files = 'Sources/*.{h,m,swift}'
1313

1414
end

0 commit comments

Comments
 (0)