[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 4 / f / c / DYPopoverView / 1.0 / DYPopoverView.podspec.json
blob49cbb1b4e5a54ea3e6799fee9aa579866fb787a3
2   "name": "DYPopoverView",
3   "version": "1.0",
4   "summary": "SwiftUI implementation of a popover view with arrow",
5   "swift_versions": "5.1",
6   "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.",
7   "homepage": "https://github.com/DominikButz/DYPopoverView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "dominikbutz": "dominikbutz@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DominikButz/DYPopoverView.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/**/*",
23   "swift_version": "5.1"