Skip to content

Commit b12a05e

Browse files
committed
Added changelog, updated README and Podspec to reflect Swift 4.2 version
1 parent d8db030 commit b12a05e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.1.0 (2018-10-14)
2+
3+
This version supports Swift 4.2 without introducing changes to the library workflow.
4+
Library source modifications include adopting new changes in the `RunLoopMode` enum introduced in Swift 4.2
5+
- Updated for Swift 4.2 and Xcode 10 #45 @asowers1
6+
17
### 2.0.0 (2016-09-23)
28

39
This is the Swift 3 update version.
@@ -41,4 +47,4 @@ It contains no major changes in the library itself, however it does change some
4147
- Initial release
4248
- `NSTimer.after(...)` and `NSTimer.every(...)`
4349
- `NSTimer.new`
44-
- Ruby on Rails-inspired time helpers like (5.seconds or 1.minute)
50+
- Ruby on Rails-inspired time helpers like (5.seconds or 1.minute)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CI Status](https://api.travis-ci.org/radex/SwiftyTimer.svg?branch=master)](https://travis-ci.org/radex/SwiftyTimer)
55
[![CocoaPods](http://img.shields.io/cocoapods/v/SwiftyTimer.svg)](https://cocoapods.org/pods/SwiftyTimer)
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](#carthage)
7-
![Swift version](https://img.shields.io/badge/swift-3.0-orange.svg)
7+
![Swift version](https://img.shields.io/badge/swift-4.2-orange.svg)
88

99
#### Modern Swifty API for `NSTimer`
1010
###### SwiftyTimer allows you to instantly schedule delays and repeating timers using convenient closure syntax. It's time to get rid of Objective-C cruft.

SwiftyTimer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/radex/SwiftyTimer'
77
s.authors = { 'Radek Pietruszewski' => '[email protected]' }
88
s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
9-
9+
s.swift_version = '4.2'
1010
s.requires_arc = true
1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)