Skip to content

Commit

Permalink
Merge branch 'sorenmortensen-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTsang committed Feb 23, 2018
2 parents b8149ae + 696273b commit 21a4220
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,28 @@ Swift 2.3 (Stopped update since Sep 2016)<br>
pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git', :branch => 'swift2'
```

#### Carthage

GrowingTextView is also available through
[Carthage](https://github.com/Carthage/Carthage). To install it, add the following
line to your Cartfile:

Swift 4<br>

```ruby
github "KennethTsang/GrowingTextView" ~> 0.5.5
```

Swift 3<br>
```ruby
github "KennethTsang/GrowingTextView" ~> 0.4.0
```

Swift 2.3 (Stopped update since Sep 2016)<br>
```ruby
github "KennethTsang/GrowingTextView" "swift2"
```

#### Manually

Copy `GrowingTextView.swift` into your project.
Expand Down

0 comments on commit 21a4220

Please sign in to comment.