Skip to content

Commit 21a4220

Browse files
committed
Merge branch 'sorenmortensen-master'
2 parents b8149ae + 696273b commit 21a4220

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,28 @@ Swift 2.3 (Stopped update since Sep 2016)<br>
3535
pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git', :branch => 'swift2'
3636
```
3737

38+
#### Carthage
39+
40+
GrowingTextView is also available through
41+
[Carthage](https://github.com/Carthage/Carthage). To install it, add the following
42+
line to your Cartfile:
43+
44+
Swift 4<br>
45+
46+
```ruby
47+
github "KennethTsang/GrowingTextView" ~> 0.5.5
48+
```
49+
50+
Swift 3<br>
51+
```ruby
52+
github "KennethTsang/GrowingTextView" ~> 0.4.0
53+
```
54+
55+
Swift 2.3 (Stopped update since Sep 2016)<br>
56+
```ruby
57+
github "KennethTsang/GrowingTextView" "swift2"
58+
```
59+
3860
#### Manually
3961

4062
Copy `GrowingTextView.swift` into your project.

0 commit comments

Comments
 (0)