diff --git a/LTMorphingLabel.podspec b/LTMorphingLabel.podspec index 69980fa..91731f8 100644 --- a/LTMorphingLabel.podspec +++ b/LTMorphingLabel.podspec @@ -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. diff --git a/README.md b/README.md index b90ded0..11fec82 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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