Skip to content

Releases: woolnd/GradientFlow

1.0.0

05 Feb 11:28
ae336ef

Choose a tag to compare

Overview

Initial stable release of the SDK as a Swift Package (SPM).

Installation (Swift Package Manager)

Xcode

  1. Xcode → File → Add Packages…
  2. Enter the repository URL
  3. Select Up to Next Major Version and choose 1.0.0

Package.swift
Add the dependency:

dependencies: [
  .package(url: "https://github.com/woolnd/GradientFlow.git", from: "1.0.0")
]