2 "name": "TableViewPopoverPresenting",
4 "summary": "Display popovers on taps over your table views cells. It was hard. Now it's easy.",
5 "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.",
6 "homepage": "https://github.com/lionheart/TableViewPopoverPresenting",
12 "Dan Loewenherz": "dan@lionheartsw.com"
15 "git": "https://github.com/lionheart/TableViewPopoverPresenting.git",
18 "social_media_url": "https://twitter.com/dwlz",
22 "source_files": "TableViewPopoverPresenting/Protocols/**/*",