blob: 07cbe604cc14277141d9f7272fcf1347e10cbb9b [file] [log] [blame]
{
"name": "DHExpandableLabel",
"version": "1.0.0",
"summary": "DHExpandableLabel subclass with \"read more\"/\"read less\" capabilities",
"description": "UILabel subclass with \"more/less\" behavior.\n\n* Set \"more\"/\"less\" text as a NSAttributedString\n* Set maximum number of lines to display\n* Turn trim on/off\n* Live updates and setup in Interface Builder",
"homepage": "https://ggwp.io",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dai Ho V": "vandai06n@gmail.com"
},
"social_media_url": "https://github.com/mrvandai",
"source_files": "Source/*.swift",
"source": {
"git": "https://github.com/mrvandai/DHExpandableLabel.git",
"tag": "1.0.0"
}
}