blob: f921a8c5f02c45b276a186050a1e1b9350f227be [file] [log] [blame]
{
"name": "EVSlidingTableViewCell",
"version": "2.1.0",
"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.1.0"
},
"documentation_url": "https://epv44.github.io/docs/EVSlidingTableViewCell/index.html",
"platforms": {
"ios": "9.3"
},
"source_files": "EVSlidingTableViewCell/Classes/**/*",
"resource_bundles": {
"EVSlidingTableViewCell": [
"EVSlidingTableViewCell/Classes/**/*.{xib}"
]
},
"pushed_with_swift_version": "3.0"
}