blob: 5da736c416253364fc82245c49c48b477bbb5882 [file] [log] [blame]
{
"name": "ExpandableLabel",
"version": "0.0.1",
"summary": "A simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines",
"description": "\t\t ExpandableLabel is a simple UILabel subclass that shows \n\t\t a tappable link if the content doesn't fit the specified \n\t\t number of lines. If touched, the label will expand to show \n\t\t the entire content.\n",
"homepage": "https://github.com/apploft/ExpandableLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apploft/ExpandableLabel.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}