Skip to content

Commit f3bd63d

Browse files
authored
Merge pull request #51 from KennethTsang/fix/swift5-podspec
Fixed podspec and readme for Swift 5 #45 #49
2 parents 4cfe532 + 3c774f0 commit f3bd63d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

GrowingTextView.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = "GrowingTextView"
1111
s.version = "0.7.1"
1212
s.summary = "UITextView on Swift 3/4/5. Support auto growing, placeholder and length limit."
13+
s.swift_version = "5.0"
1314

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ it, simply add the following line to your Podfile:
2424
Swift 5.0<br>
2525

2626
```ruby
27-
pod 'GrowingTextView', '0.7.0'
27+
pod 'GrowingTextView', '0.7.1'
2828
```
2929

3030
Swift 4.2<br>

0 commit comments

Comments
 (0)