Skip to content

Installation

TrainingKit iOS can be integrated via Swift Package Manager or manually.

Swift Package Manager

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

Manual integration

  • Copy the FZTrainingKit.xcframework into your project.
  • Link and embed it according to your app target settings.

Documentation bundle

DocC symbol source is available at:

https://github.com/getfizzup/trainingkit-ios-sdk/blob/main/documentation/FZTrainingKit.doccarchive.zip

Open the archive in Xcode for native DocC browsing, or use this site for the migrated guides.