2 "name": "ModalPresenter",
4 "summary": "SwiftUI modal presentation missing view modifier.",
5 "swift_versions": "5.6",
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",
16 "MichaĆ Ziobro": "swiftui.developer@gmail.com"
19 "git": "https://github.com/michzio/ModalPresenter.git",
22 "source_files": "Sources/**/*.swift",
27 "frameworks": "UIKit",
33 "swift_version": "5.6"