Appearance
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.xcframeworkinto your project. - Link and embed it according to your app target settings.
Documentation bundle
DocC symbol source is available at:
Open the archive in Xcode for native DocC browsing, or use this site for the migrated guides.
