blob: 5532bb3d79105c2a50c18d91bc8279a297f7b3c2 [file] [log] [blame]
{
"name": "ReadMoreTextView",
"version": "1.0.0",
"summary": "UITextView subclass with \"read more\"/\"read less\" capabilities.",
"description": "UITextView subclass with \"Read more\" behavior.\n\n* Set \"read more\"/\"read less\" text as a String or NSAttributedString\n* Set maximum number of lines to display\n* Turn trim on/off\n* Live updates and setup in Interface Builder",
"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": "1.0.0"
},
"source_files": "Sources/ReadMoreTextView.swift"
}