We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8149ae + 696273b commit 21a4220Copy full SHA for 21a4220
1 file changed
README.md
@@ -35,6 +35,28 @@ Swift 2.3 (Stopped update since Sep 2016)<br>
35
pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git', :branch => 'swift2'
36
```
37
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
52
+github "KennethTsang/GrowingTextView" ~> 0.4.0
53
54
55
+Swift 2.3 (Stopped update since Sep 2016)<br>
56
57
+github "KennethTsang/GrowingTextView" "swift2"
58
59
60
#### Manually
61
62
Copy `GrowingTextView.swift` into your project.
0 commit comments