Skip to content

Commit

Permalink
Merge pull request #51 from KennethTsang/fix/swift5-podspec
Browse files Browse the repository at this point in the history
Fixed podspec and readme for Swift 5 #45 #49
  • Loading branch information
KennethTsang authored Aug 7, 2019
2 parents 4cfe532 + 3c774f0 commit f3bd63d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions GrowingTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.name = "GrowingTextView"
s.version = "0.7.1"
s.summary = "UITextView on Swift 3/4/5. Support auto growing, placeholder and length limit."
s.swift_version = "5.0"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ it, simply add the following line to your Podfile:
Swift 5.0<br>

```ruby
pod 'GrowingTextView', '0.7.0'
pod 'GrowingTextView', '0.7.1'
```

Swift 4.2<br>
Expand Down

0 comments on commit f3bd63d

Please sign in to comment.