diff --git a/README.md b/README.md index 1265907..0321b2c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ platform :ios, '9.0' use_frameworks! target "ProjectName" do - pod 'UIAnimatedTextField' + pod 'UIAnimatedTextField', '0.1.7' end ```