blob: 4e9b96c9d9ff7ff68dba6e185fb0a7fb6e895c23 [file] [log] [blame]
{
"name": "ReadMoreTextView",
"version": "0.0.1",
"summary": "UITextView subclass with \"Read more\" behavior.",
"description": "\t\t\tUITextView subclass with \"Read more\" behavior.\n\t\t\t\n\t\t\t* Set trim text as an NSString or NSAttributedString\n\t\t\t* Set maximum number of lines to display\n\t\t\t* Turn trim on/off\n\t\t\t* Live updates and setup in Interface Builder \n",
"homepage": "http://ilya.puchka.me/custom-uitextview-in-swift/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ilya Puchka": "ilya@puchka.me"
},
"social_media_url": "http://twitter.com/ilyapuchka",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ilyapuchka/ReadMoreTextView.git",
"tag": "0.0.1"
},
"source_files": "ReadMoreTextView.swift"
}