One to two paragraph statement about your product and what it does.
Add this project to your Package.swift
file.
import PackageDescription
let package = Package(
dependencies: [
.package(url: "https://github.com/rafaelesantos/.git", branch: "main")
],
targets: [
.target(
name: "YourProject",
dependencies: [
.product(
name: "",
package: ""),
]),
]
)