Skip to content

Commit

Permalink
update for swift 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keishi_suzuki authored and keishi_suzuki committed Oct 11, 2017
1 parent dfc2838 commit e1785f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CountdownLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CountdownLabel"
s.version = '2.0.1'
s.version = '3.0.0'
s.summary = 'Simple countdown UILabel with morphing animation, and some useful function.'
s.homepage = "https://github.com/suzuki-0000/CountdownLabel"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CountdownLabel
========================

![Swift](http://img.shields.io/badge/swift-3.0-brightgreen.svg)
![Swift](http://img.shields.io/badge/swift-4.0-brightgreen.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CountdownLabel.svg?style=flat)](http://cocoadocs.org/docsets/CountdownLabel)

Expand All @@ -23,6 +23,7 @@ Below is a table that shows which version of what you should use for your Swift

| Swift version | version |
| ------------- | --------------- |
| 4.X | >= 3.0 |
| 3.X | >= 2.0 |
| 2.3 | 1.3 |

Expand Down

0 comments on commit e1785f7

Please sign in to comment.