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'