blob: 05bb7df2b029b4186f64ec770e11894ca54b2a57 [file] [log] [blame]
{
"name": "ExpandableLabel",
"version": "0.2.5",
"summary": "A simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines",
"description": "ExpandableLabel is a simple UILabel subclass that shows \na tappable link if the content doesn't fit the specified \nnumber of lines. If touched, the label will expand to show \nthe entire content.",
"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.2.5"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}