We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e72bb commit df52a70Copy full SHA for df52a70
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.4.1 (2016-08-03)
2
+
3
+- Add support for Xcode 8 (Swift 2.3) for Carthage users
4
5
### 1.4.0 (2016-04-10)
6
7
- Add a variant of `every` and `new(every:)` that takes a closure with `NSTimer` passed in
SwiftyTimer.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyTimer'
- s.version = '1.4.0'
+ s.version = '1.4.1'
s.license = 'MIT'
s.summary = 'Swifty API for NSTimer'
s.homepage = 'https://github.com/radex/SwiftyTimer'
0 commit comments