blob: 934b7de4f2fafeb6d3a84a587a2639f84187a15e [file] [log] [blame]
{
"name": "TableViewPopoverPresenting",
"version": "3.1.0",
"summary": "Display popovers on taps over your table views cells. It was hard. Now it's easy.",
"description": "TableViewPopoverPresenting is a simple, drop-in protocol that gives your\n table views the power to display presented view controllers in popovers\n in reaction to a cell tap. It overrides the standard table view tap handler\n only for the cells which you define it for, and everything else falls back\n to your existing `didSelectRowAtIndexPath` implementation.",
"homepage": "https://github.com/lionheart/TableViewPopoverPresenting",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/TableViewPopoverPresenting.git",
"tag": "3.1.0"
},
"social_media_url": "https://twitter.com/dwlz",
"platforms": {
"ios": "8.0"
},
"source_files": "TableViewPopoverPresenting/Protocols/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}