blob: 0886b7702e3ffd5eecb99754f958c33f427e8552 [file] [log] [blame]
{
"name": "AdaptiveSidebarViewController",
"version": "0.0.1",
"summary": "A simple a simple container which can adaptively display a viewcontroller in a sidebar.",
"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/AdaptiveSidebarViewController",
"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
}