Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki_keishi committed Mar 14, 2017
1 parent c408883 commit f2d4b5a
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = '1.2.0'
s.version = '2.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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CountdownLabel
========================

![Language](https://img.shields.io/badge/language-Swift%202.3-orange.svg)
![Swift](http://img.shields.io/badge/swift-3.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 @@ -17,6 +17,15 @@ Simple countdown UILabel with morphing animation, and some useful function.
- Morphing animation from [LTMorphingLabel](https://github.com/lexrus/LTMorphingLabel).
- XCTest assertion

### Version vs Swift version.

Below is a table that shows which version of what you should use for your Swift version.

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

## Usage
You need only 2 lines.

Expand Down

0 comments on commit f2d4b5a

Please sign in to comment.