Skip to content

klever-io/kos-rs-xcframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

kos-rs-xcframework

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.

Overview

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.

Getting Started

To integrate kos-rs-xcframework into your Xcode project using Swift Package Manager, follow these steps:

  1. Open your project in Xcode.
  2. Go to File > Add Package Dependency.
  3. Enter the repository URL: https://github.com/klever-io/kos-rs-xcframework.
  4. Choose the last version.
  5. Click Add Package.