We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376afa9 commit 7081b4cCopy full SHA for 7081b4c
1 file changed
README.md
@@ -22,12 +22,12 @@ it, simply add the following line to your Podfile:
22
Swift 4<br>
23
24
```ruby
25
-pod 'GrowingTextView', '~> 0.5.5'
+pod 'GrowingTextView', '~> 0.5'
26
```
27
28
Swift 3<br>
29
30
-pod 'GrowingTextView', '~> 0.4.0'
+pod 'GrowingTextView', '~> 0.4'
31
32
33
Swift 2.3 (Stopped update since Sep 2016)<br>
@@ -44,12 +44,12 @@ line to your Cartfile:
44
45
46
47
-github "KennethTsang/GrowingTextView" ~> 0.5.5
+github "KennethTsang/GrowingTextView" ~> 0.5
48
49
50
51
52
-github "KennethTsang/GrowingTextView" ~> 0.4.0
+github "KennethTsang/GrowingTextView" ~> 0.4
53
54
55
0 commit comments