File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99Pod ::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?
Original file line number Diff line number Diff line change 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
2021GrowingTextView is available through [ CocoaPods] ( http://cocoapods.org ) . To install
2122it, 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+
2330Swift 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
4956line to your Cartfile:
5057
58+ Swift 5.0<br >
59+
60+ ``` ruby
61+ github " KennethTsang/GrowingTextView" ~ > 0.7
62+ ```
63+
5164Swift 4.2<br >
5265
5366``` ruby
You can’t perform that action at this time.
0 commit comments