Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyapuchka committed Nov 26, 2016
1 parent a6a4cde commit e30a6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMoreTextView.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = "ReadMoreTextView"
s.version = "0.0.1"
s.summary = 'UITextView subclass with "Read more" behavior.'
s.version = "1.0.0"
s.summary = 'UITextView subclass with "read more"/"read less" capabilities.'

s.description = <<-DESC
UITextView subclass with "Read more" behavior.
* Set trim text as an NSString or NSAttributedString
* Set "read more"/"read less" text as a String or NSAttributedString
* Set maximum number of lines to display
* Turn trim on/off
* Live updates and setup in Interface Builder
Expand Down

0 comments on commit e30a6ab

Please sign in to comment.