[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / e / ModalPresenter / 0.1.0 / ModalPresenter.podspec.json
blob8944efd171c27cd5d1a3bbbc1b94cbbbf2435ed3
2   "name": "ModalPresenter",
3   "version": "0.1.0",
4   "summary": "SwiftUI modal presentation missing view modifier.",
5   "swift_versions": "5.6",
6   "platforms": {
7     "ios": "13.0"
8   },
9   "description": "SwiftUI modal presentation missing view modifier. That enables similar to .sheet() or .fullScreenCover()\npresnt views modally over full screen using different presentation contexts, styles and transitions. \nIt uses UIKit modal presentation tools underneath. You can just add presentModal(isPresented: ...) or presentModal(item: ...) \nto use it in your app",
10   "homepage": "https://github.com/michzio/ModalPresenter",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "MichaƂ Ziobro": "swiftui.developer@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/michzio/ModalPresenter.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "exclude_files": [
24     "Example/**/*.swift",
25     "Tests/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Introspect": [
30       "~> 0.1"
31     ]
32   },
33   "swift_version": "5.6"