Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelesantos/refds-auth
https://github.com/rafaelesantos/refds-auth
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaelesantos/refds-auth
- Owner: rafaelesantos
- License: mit
- Created: 2024-05-12T21:45:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T18:40:26.000Z (6 months ago)
- Last Synced: 2024-05-16T19:49:59.061Z (6 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Name
One to two paragraph statement about your product and what it does.
## Installation
Add this project to your `Package.swift` file.
```swift
import PackageDescriptionlet package = Package(
dependencies: [
.package(url: "https://github.com/rafaelesantos/.git", branch: "main")
],
targets: [
.target(
name: "YourProject",
dependencies: [
.product(
name: "",
package: ""),
]),
]
)
```