Skip to content

Commit 549b20d

Browse files
author
Kenneth Tsang
committed
Updated readme and pod version
1 parent da9edc8 commit 549b20d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

GrowingTextView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "GrowingTextView"
11-
s.version = "0.6.1"
12-
s.summary = "UITextView on Swift 3 and Swift 4. Support auto growing, placeholder and length limit."
11+
s.version = "0.7.0"
12+
s.summary = "UITextView on Swift 3/4/5. Support auto growing, placeholder and length limit."
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Language](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
77
[![Language](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
88
[![Language](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
9+
[![Language](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
910

1011
<img src="DEMO.gif" border=1 style="border-color:#eeeeee">
1112

@@ -20,6 +21,12 @@ iOS 8.0 or above
2021
GrowingTextView is available through [CocoaPods](http://cocoapods.org). To install
2122
it, simply add the following line to your Podfile:
2223

24+
Swift 5.0<br>
25+
26+
```ruby
27+
pod 'GrowingTextView', '0.7.0'
28+
```
29+
2330
Swift 4.2<br>
2431

2532
```ruby
@@ -48,6 +55,12 @@ GrowingTextView is also available through
4855
[Carthage](https://github.com/Carthage/Carthage). To install it, add the following
4956
line to your Cartfile:
5057

58+
Swift 5.0<br>
59+
60+
```ruby
61+
github "KennethTsang/GrowingTextView" ~> 0.7
62+
```
63+
5164
Swift 4.2<br>
5265

5366
```ruby

0 commit comments

Comments
 (0)