Skip to content

Commit

Permalink
Merge pull request #35 from RockerHX/patch-1
Browse files Browse the repository at this point in the history
Release 0.5.8 - Swift 4.2
  • Loading branch information
malcommac authored Sep 16, 2019
2 parents 9fbcd89 + 124f7b1 commit 7702559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Repeat.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit 7702559

Please sign in to comment.