Skip to content

Commit 3a03cca

Browse files
committed
Update the Podspec for the 1.5.0-rc.1
1 parent c42a483 commit 3a03cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Swifter.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Swifter"
4-
s.version = "1.4.7"
4+
s.version = "1.5.0-rc.1"
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" => "[email protected]" }
9-
s.ios.deployment_target = "8.0"
9+
s.ios.deployment_target = "9.0"
1010
s.osx.deployment_target = "10.10"
1111
s.tvos.deployment_target = "9.0"
12-
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.7" }
12+
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.5.0-rc.1" }
1313
s.source_files = 'XCode/Sources/*.{swift}'
1414
s.swift_version = '4.2'
1515

0 commit comments

Comments
 (0)