blob: 86beabf03f22b99679510ed9f8de6f807a31ec39 [file] [log] [blame]
{
"name": "MMCollapsibleLabel",
"version": "0.1.0",
"summary": "A collapsible UILabel.",
"description": "A highly customizable UILabel which is collapsible like an accordion with a Show / Hide button.",
"homepage": "https://github.com/manicmaniac/MMCollapsibleLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryosuke Ito": "rito.0305@gmail.com"
},
"screenshots": "https://media.giphy.com/media/3oriOcw7Dx16LgUkq4/source.gif",
"source": {
"git": "https://github.com/manicmaniac/MMCollapsibleLabel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MMCollapsibleLabel/Classes/**/*",
"resource_bundles": {
"MMCollapsibleLabel": [
"MMCollapsibleLabel/Assets/MMCollapsibleLabel.xib"
]
}
}