blob: a58c3483670b2fafd5d7a22ce60a2e0d6b76171f [file] [log] [blame]
{
"name": "EVSlidingTableViewCell",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "EVSlidingTableViewCell/Classes/**/*",
"resource_bundles": {
"EVSlidingTableViewCell": [
"EVSlidingTableViewCell/Classes/**/*.{xib}"
]
}
}