[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 9 / e / SwiftyPopover / 0.1.0 / SwiftyPopover.podspec.json
blob844bfe576fb23554ae32b50c6a241e42445d1727
2   "name": "SwiftyPopover",
3   "version": "0.1.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. From time to time we need display some short info connected to view on screen or as context menu. Standard implementation based on `UIPopoverPresentationController` is hard to customize and Swifty Popover was created as answer to that issue.",
6   "homepage": "https://github.com/LukasHakulin/SwiftyPopover",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lukas Hakulin": "l.hakulin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LukasHakulin/SwiftyPopover.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "source_files": "SwiftyPopover/Classes/**/*",
26   "swift_version": "5.0"