Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 526 Bytes

Product Name

One to two paragraph statement about your product and what it does.

Installation

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: ""),
            ]),
    ]
)