Skip to content

Commit

Permalink
'Bump versin.'
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Dec 21, 2015
1 parent 13a73ec commit b992779
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LTMorphingLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LTMorphingLabel"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Graceful morphing effects for UILabel written in Swift."
s.description = <<-DESC
A morphing UILabel subclass written in Swift.
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The ```.Scale``` effect mimicked [Apple's QuickType animation of iOS 8](https://

## Requirements

1. Xcode 7.1
1. Xcode 7.2
2. iOS 8.0+

## Installation
Expand All @@ -63,7 +63,13 @@ Open the project with Xcode then press command + u.

## Alternative

Even though this lib was used in a few products on App Store, it’s still an experimental project. Frankly, there’re some nice competitors out there guarantee both compatibility and stability. And the most outstanding one is [ZCAnimatedLabel](https://github.com/overboming/ZCAnimatedLabel). I’d like to recommend it for production use.
Even though this lib was used in
[a few products on App Store](https://github.com/lexrus/LTMorphingLabel/wiki/Apps-using-LTMorphingLabel),
it’s still an experimental project. Frankly, there’re some nice competitors out
there guarantee both compatibility and stability.
And the most outstanding one is
[ZCAnimatedLabel](https://github.com/overboming/ZCAnimatedLabel).
I’d like to recommend it for production use.

## License

Expand Down

0 comments on commit b992779

Please sign in to comment.