We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c4bc9 commit 5ec761eCopy full SHA for 5ec761e
Swifter.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Swifter"
4
- s.version = "1.0.3"
+ s.version = "1.0.5"
5
s.summary = "Tiny http server engine written in Swift programming language."
6
s.homepage = "https://github.com/glock45/swifter"
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"
11
- 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" }
12
s.source_files = 'Sources/*.{h,m,swift}'
13
14
end
0 commit comments