[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / f / c / DYPopoverView / 0.1 / DYPopoverView.podspec.json
blob0e4ef754e33d0105efa0dc65f653e988b8517c71
2   "name": "DYPopoverView",
3   "version": "0.1",
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": "0.1"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/**/*",
23   "swift_version": "5.1"