From 3a03ccab4e4a0cee17198a84f55348b5dcacc6bf Mon Sep 17 00:00:00 2001 From: Victor Sigler Date: Thu, 17 Sep 2020 11:15:16 -0400 Subject: [PATCH] Update the Podspec for the 1.5.0-rc.1 --- Swifter.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Swifter.podspec b/Swifter.podspec index 64415fe4..3bd5dc57 100644 --- a/Swifter.podspec +++ b/Swifter.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = "Swifter" - s.version = "1.4.7" + s.version = "1.5.0-rc.1" 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.ios.deployment_target = "9.0" s.osx.deployment_target = "10.10" s.tvos.deployment_target = "9.0" - 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" } s.source_files = 'XCode/Sources/*.{swift}' s.swift_version = '4.2'