https://github.com/anquii/router
A router for SwiftUI
https://github.com/anquii/router
Last synced: 9 months ago
JSON representation
A router for SwiftUI
- Host: GitHub
- URL: https://github.com/anquii/router
- Owner: anquii
- License: mit
- Created: 2024-10-20T15:20:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T14:01:46.000Z (over 1 year ago)
- Last Synced: 2024-12-31T15:18:28.232Z (over 1 year ago)
- Language: Swift
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Router
[](#platforms)
[](#swift-package-manager)
[](https://github.com/anquii/Router/blob/main/LICENSE)
A router for `SwiftUI` forked from [obvios/Routing](https://github.com/obvios/Routing).
## Platforms
- iOS 16+
## Installation
### Swift Package Manager
Add the following line to your `Package.swift` file:
```swift
.package(url: "https://github.com/anquii/Router.git", from: "0.1.0")
```
...or integrate with Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of the repository.
## License
`Router` is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for more information.