| { |
| "name": "TableViewPopoverPresenting", |
| "version": "1.2.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": "1.2.0" |
| }, |
| "social_media_url": "https://twitter.com/dwlz", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TableViewPopoverPresenting/Protocols/**/*", |
| "frameworks": "UIKit" |
| } |