[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 0 / 3 / b / TableViewPopoverPresenting / 3.0.1 / TableViewPopoverPresenting.podspec.json
blob0e9f67d0b176d8e5b7bd9a51dcd0868964eb4b55
2   "name": "TableViewPopoverPresenting",
3   "version": "3.0.1",
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",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan Loewenherz": "dan@lionheartsw.com"
13   },
14   "source": {
15     "git": "https://github.com/lionheart/TableViewPopoverPresenting.git",
16     "tag": "3.0.1"
17   },
18   "social_media_url": "https://twitter.com/dwlz",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "TableViewPopoverPresenting/Protocols/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"