blob: 34ee8811820470c4a6f15e6823ed4db1775b2ddd [file] [log] [blame]
{
"name": "ReadMoreTextView",
"version": "1.2.0",
"summary": "UITextView subclass with \"read more\"/\"read less\" capabilities and UITextView extensions to handle touches in characters range.",
"description": "UITextView subclass with \"Read more\" behavior.\nUITextView extensions to handle touches in characters range. \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\n* Use UITextView extension methods to detect touches in arbitrary text ranges.",
"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.2.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}