We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42a483 commit 3a03ccaCopy full SHA for 3a03cca
Swifter.podspec
@@ -1,15 +1,15 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Swifter"
4
- s.version = "1.4.7"
+ s.version = "1.5.0-rc.1"
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" => "[email protected]" }
9
- s.ios.deployment_target = "8.0"
+ s.ios.deployment_target = "9.0"
10
s.osx.deployment_target = "10.10"
11
s.tvos.deployment_target = "9.0"
12
- s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.7" }
+ s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.5.0-rc.1" }
13
s.source_files = 'XCode/Sources/*.{swift}'
14
s.swift_version = '4.2'
15
0 commit comments