blob: 3c2d23e11630659be2bea8d374b2870a17e31acd [file] [log] [blame]
{
"name": "SwiftyPopover",
"version": "1.0.0",
"summary": "Pure Swift implementation of Popover without limitations of UIPopoverController OR UIPopoverPresentationController.",
"description": "Simple implementation (2 files) of classic Popover well known from iOS Apps.\nFrom time to time we need display some short info connected to view on screen or as context menu.\nStandard implementation based on `UIPopoverPresentationController` is hard to customize\nand Swifty Popover was created as answer to that issue.",
"screenshots": "https://raw.githubusercontent.com/LukasHakulin/SwiftyPopover/master/ScreenShots/SwiftyPopover.gif",
"homepage": "https://github.com/LukasHakulin/SwiftyPopover",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Hakulin": "l.hakulin@gmail.com"
},
"source": {
"git": "https://github.com/LukasHakulin/SwiftyPopover.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "SwiftyPopover/Classes/**/*",
"swift_version": "5.0"
}