Skip to content

Commit b992779

Browse files
committed
'Bump versin.'
1 parent 13a73ec commit b992779

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

LTMorphingLabel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "LTMorphingLabel"
4-
s.version = "0.1.0"
4+
s.version = "0.1.1"
55
s.summary = "Graceful morphing effects for UILabel written in Swift."
66
s.description = <<-DESC
77
A morphing UILabel subclass written in Swift.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The ```.Scale``` effect mimicked [Apple's QuickType animation of iOS 8](https://
3636

3737
## Requirements
3838

39-
1. Xcode 7.1
39+
1. Xcode 7.2
4040
2. iOS 8.0+
4141

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

6464
## Alternative
6565

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

6874
## License
6975

0 commit comments

Comments
 (0)