mindbox-cloud/kmp-common-sdk-spm
This repository hosts the compiled `MindboxCommon.xcframework` for the [Mindbox KMP Common SDK](https://github.com/mindbox-cloud/kmp-common-sdk), designed for integration using Swift Package Manager.
Installation
You can add MindboxCommon to your project using Swift Package Manager.
Xcode
- Navigate to File > Add Packages...
- Enter the repository URL in the search bar:
https://github.com/mindbox-cloud/kmp-common-sdk-spm.git - Select the desired version. "Up to Next Major" is recommended.
- Click Add Package.
Package.swift
Alternatively, add the following dependency to your Package.swift file:
.package(url: "https://github.com/mindbox-cloud/kmp-common-sdk-spm.git", from: "1.0.0")Building from Source
For instructions on how to build the XCFramework from source, please refer to the main mindbox-cloud/kmp-common-sdk repository.
Package Metadata
Repository: mindbox-cloud/kmp-common-sdk-spm
Default branch: main
README: README.md