blob: 4ca388958d4a15630225f5a901c27a4b1a587c39 [file] [log] [blame]
{
"name": "EVSlidingTableViewCell",
"version": "2.0.2",
"homepage": "https://github.com/epv44/EVSlidingTableViewCell",
"authors": {
"Eric Vennaro": "epv9@case.edu"
},
"summary": "UITableViewCell implementing \"swipe to reveal\" a drawer view with customizable action buttons",
"description": "Custom UITableViewCell that can be swiped either way to reveal a \"drawer\" with between 1 and 4 customizable action buttons. These action buttons fade and grow into view as the drawer is swiped. This cell works on all orientations and all devices.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/epv44/EVSlidingTableViewCell.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "EVSlidingTableViewCell/Classes/**/*",
"resource_bundles": {
"EVSlidingTableViewCell": [
"EVSlidingTableViewCell/Classes/**/*.{xib}"
]
}
}