blob: b1227f7e8c0748383c849f3bedc6be08b2757129 [file] [log] [blame]
{
"name": "DYPopoverView",
"version": "0.2",
"summary": "SwiftUI implementation of a popover view with arrow",
"swift_versions": "5.1",
"description": "DYPopoverView is a SwiftUI implementation of a popover view with arrow.\nIt can only be used from iOS 13.0 or iPadOS because SwiftUI is not supported in earlier iOS versions.",
"homepage": "https://github.com/DominikButz/DYPopoverView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dominikbutz": "dominikbutz@gmail.com"
},
"source": {
"git": "https://github.com/DominikButz/DYPopoverView.git",
"tag": "0.2"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.1"
}