blob: 0e4ef754e33d0105efa0dc65f653e988b8517c71 [file] [log] [blame]
{
"name": "DYPopoverView",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.1"
}