An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Router

[![Platform](https://img.shields.io/badge/Platforms-%20iOS-blue)](#platforms)
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange)](#swift-package-manager)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](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.