Skip to content

Commit 7f30393

Browse files
committed
Updated readme
1 parent 77bf5bf commit 7f30393

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ iOS 8.0 or above
1919
GrowingTextView is available through [CocoaPods](http://cocoapods.org). To install
2020
it, simply add the following line to your Podfile:
2121

22-
Swift 3 and Swift 4<br>
22+
Swift 4<br>
23+
24+
```ruby
25+
pod 'GrowingTextView', '~> 0.5.0'
26+
```
27+
28+
Swift 3<br>
2329
```ruby
24-
pod 'GrowingTextView'
30+
pod 'GrowingTextView', '~> 0.4.0'
2531
```
2632

2733
Swift 2.3 (Stopped update since Sep 2016)<br>

0 commit comments

Comments
 (0)