cargo-cocoapods

Crates.iocargo-cocoapods
lib.rscargo-cocoapods
version0.3.0
sourcesrc
created_at2021-10-24 22:36:54.645666
updated_at2022-05-04 13:05:17.4467
descriptionGenerate a Cocoapods wrapper for your Rust project
homepagehttps://github.com/bbqsrc/cargo-cocoapods
repositoryhttps://github.com/bbqsrc/cargo-cocoapods
max_upload_size
id470589
size56,616
Brendan Molloy (bbqsrc)

documentation

https://docs.rs/cargo-cocoapods

README

cargo-cocoapods - Build Rust code for Xcode integration

Installing

cargo install cargo-cocoapods

You'll also need to install all the toolchains you intend to use. Simplest way is with the following:

rustup target add \
    x86_64-apple-darwin \
    aarch64-apple-darwin \
    x86_64-apple-ios \
    aarch64-apple-ios \
    aarch64-apple-ios-sim

Modify as necessary for your use case.

Usage

Type cargo pod --help for information.

Supported hosts

  • macOS (x86_64 and arm64)

Similar projects

  • cargo-ndk - for building Android libraries
  • cargo-lipo - for building iOS universal Rust libraries

License

This project is licensed under either of

at your option.


Uyghurs are under attack in Xinjiang. The Chinese government is placing millions of people into indoctrination camps and engaging in forced labour.

Commit count: 14

cargo fmt