unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.93k stars 109 forks source link

Add CocoaPods support #367

Closed ua741 closed 1 month ago

ua741 commented 3 months ago

Describe what you are looking for

What would you like to be added?

Add CocoaPods support as an alternative to Swift Package Manager for Usearch. Why is this needed?

Frameworks like Flutter and React Native rely on CocoaPods for their plugin system. This makes it nearly impossible to distribute Usearch as a plugin for these frameworks.

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

Other bindings

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 3 months ago

That doesn't seem very hard to implement, will look into it 😉

ashvardanian commented 2 months ago

@ua741 I was trying to integrate CocoaPods, but it turned out to be more complex than I expected. Would it be possible to integrate as a Git submodule? Maybe we can try documenting that workflow together 🤗