From 124f7b11d2948ac1d239041254beb05451ea969b Mon Sep 17 00:00:00 2001 From: RockerHX Date: Mon, 18 Feb 2019 16:47:44 +0800 Subject: [PATCH] Release 0.5.8 Remove framework warning: Conversion to Swift 4.2 is available. --- Repeat.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Repeat.podspec b/Repeat.podspec index fdf6d0d..568d009 100644 --- a/Repeat.podspec +++ b/Repeat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Repeat" - s.version = "0.5.7" + s.version = "0.5.8" s.summary = "Modern NSTimer alternative in Swift" s.description = <<-DESC Repeat is a modern alternative to NSTimer; no strong references, multiple observers, reusable instances with start/stop/pause support in swifty syntax. @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/malcommac/Repeat.git", :tag => s.version.to_s } s.source_files = "Sources/**/*" s.frameworks = "Foundation" - s.swift_version = '4.0' + s.swift_version = '4.2' end