[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / e / SwiftyPopover / 1.0.0 / SwiftyPopover.podspec.json
blob3c2d23e11630659be2bea8d374b2870a17e31acd
2   "name": "SwiftyPopover",
3   "version": "1.0.0",
4   "summary": "Pure Swift implementation of Popover without limitations of UIPopoverController OR UIPopoverPresentationController.",
5   "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.",
6   "screenshots": "https://raw.githubusercontent.com/LukasHakulin/SwiftyPopover/master/ScreenShots/SwiftyPopover.gif",
7   "homepage": "https://github.com/LukasHakulin/SwiftyPopover",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Lukas Hakulin": "l.hakulin@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/LukasHakulin/SwiftyPopover.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "source_files": "SwiftyPopover/Classes/**/*",
25   "swift_version": "5.0"