Skip to content

Installing

Use Swift Package Manager to install the AppFit SDK.

Use Xcode and add this repository as a dependency. Alternatively, add this repository as a dependency to your Package.swift.

dependencies: [
    .package(url: "https://github.com/uptech/appfit-swift-sdk.git", .upToNextMajor(from: "1.0.0"))
]

The AppFit SDK is open source. Find it on GitHub here.