Skip to content

UI components for the American Red Cross (ARC) apps written in SwiftUI

Notifications You must be signed in to change notification settings

3sidedcube/ArcUI

Repository files navigation

ArcUI

UI components for the American Red Cross (ARC) apps written in SwiftUI.

Installation

Add the following as a package dependency in Xcode

 https://github.com/3sidedcube/ArcUI.git 

or, in your Package.swift, add:

...
dependencies: [
    .package(
        url: "https://github.com/3sidedcube/ArcUI.git",
        branch: "develop"
    )
],
...
targets: [
    .target(
        name: "{YourApp}",
        dependencies: ["ArcUI"]
    )
]

About

UI components for the American Red Cross (ARC) apps written in SwiftUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages