This repository contains the Swift Package for the kos-rs project, providing an xcframework that allows the kos-rs Rust library to be used in iOS applications.
The kos-rs-xcframework project is a Swift Package Manager (SPM) package that wraps the kos-rs Rust library in an xcframework, making it easily integrable into iOS projects. This allows iOS developers to leverage the capabilities of the kos-rs library directly within their Swift applications.
To integrate kos-rs-xcframework into your Xcode project using Swift Package Manager, follow these steps:
- Open your project in Xcode.
- Go to File > Add Package Dependency.
- Enter the repository URL: https://github.com/klever-io/kos-rs-xcframework.
- Choose the last version.
- Click Add Package.