Skip to content

mindbox-cloud/kmp-common-sdk-spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mindbox Common KMP SDK SPM

This repository hosts the compiled MindboxCommon.xcframework for the Mindbox KMP Common SDK, designed for integration using Swift Package Manager.

Note: This repository is intended for internal Mindbox SDK development and is not meant for direct use by clients.

Installation

You can add MindboxCommon to your project using Swift Package Manager.

Xcode

  1. Navigate to File > Add Packages...
  2. Enter the repository URL in the search bar: https://github.com/mindbox-cloud/kmp-common-sdk-spm.git
  3. Select the desired version. "Up to Next Major" is recommended.
  4. 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.

About

Distribution of kmp-common-sdk library to Swift Package Manager.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors