Swiftpack.co - vsanthanam/SafariUI as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by vsanthanam.
vsanthanam/SafariUI 3.0.1
SafariServices in SwiftUI
⭐️ 3
🕓 2 days ago
iOS macCatalyst
.package(url: "https://github.com/vsanthanam/SafariUI.git", from: "3.0.1")

SafariUI

MIT License Package Releases Build Status Swift Version Supported Platforms

A SwiftUI wrappers for SFSafariViewController and ASWebAuthenticationSession

Installation

SafariUI currently distributed exclusively through the Swift Package Manager.

To add SafariUI as a dependency to an existing Swift package, add the following line of code to the dependencies parameter of your Package.swift file:

dependencies: [
    .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "2.0.0"))
]

To add SafariUI as a dependency to an Xcode Project:

  • Choose FileAdd Packages...
  • Enter package URL https://github.com/vsanthanam/SafariUI.git and select your release and of choice.

Other distribution mechanisms like CocoaPods or Carthage may be added in the future.

Note: The package contains multiple modules. You can depend on the whole library by importing the SwiftUI module, or you can depend on individual modules like SafariView or WebAuthentication as needed.

Usage & Documentation

SafariUI's documentation is built with DocC and included in the repository as a DocC archive. The latest version is hosted on GitHub Pages and is available here.

Additional installation instructions are available on the Swift Package Index

Explore the documentation for more details.

License

SafariUI is available under the MIT license. See the LICENSE file for more information.

GitHub

link
Stars: 3
Last commit: Yesterday
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

3.0.1
2 days ago

What's Changed

Full Changelog: https://github.com/vsanthanam/SafariUI/compare/3.0.0...3.0.1

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics