Skip to content

Commit 58f5c8e

Browse files
committed
Merge branch 'release/0.5.8'
2 parents 82d1d62 + 7702559 commit 58f5c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Repeat.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Repeat"
3-
s.version = "0.5.7"
3+
s.version = "0.5.8"
44
s.summary = "Modern NSTimer alternative in Swift"
55
s.description = <<-DESC
66
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|
1616
s.source = { :git => "https://github.com/malcommac/Repeat.git", :tag => s.version.to_s }
1717
s.source_files = "Sources/**/*"
1818
s.frameworks = "Foundation"
19-
s.swift_version = '4.0'
19+
s.swift_version = '4.2'
2020
end

0 commit comments

Comments
 (0)