File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # SwiftyTimer (Swift 3)
1+ # SwiftyTimer
22
33![ Platforms] ( https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg )
44[ ![ CI Status] ( https://api.travis-ci.org/radex/SwiftyTimer.svg?branch=master )] ( https://travis-ci.org/radex/SwiftyTimer )
@@ -78,14 +78,14 @@ Timer.every(5.seconds) { (timer: Timer) in
7878
7979## Installation
8080
81- ** For Swift 3 compatibility, check out [ the ` swift3 ` branch ] ( https://github.com/radex/SwiftyTimer/tree/swift3 ) **
81+ ** Note: ** If you're running Swift 2, use [ SwiftyTimer v1.4.1 ] ( https://github.com/radex/SwiftyTimer/tree/1.4.1 )
8282
8383#### CocoaPods
8484
8585If you're using CocoaPods, just add this line to your Podfile:
8686
8787``` ruby
88- pod ' SwiftyTimer' , git: ' https://github.com/radex/SwiftyTimer.git ' , branch: ' swift3 '
88+ pod ' SwiftyTimer'
8989```
9090
9191Install by running this command in your terminal:
@@ -105,7 +105,7 @@ import SwiftyTimer
105105Just add to your Cartfile:
106106
107107``` ruby
108- github " radex/SwiftyTimer" " swift3 "
108+ github " radex/SwiftyTimer"
109109```
110110
111111#### Manually
You can’t perform that action at this time.
0 commit comments