Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPod support needed #74

Open
StefaniOSApps opened this issue Feb 2, 2021 · 3 comments
Open

CocoaPod support needed #74

StefaniOSApps opened this issue Feb 2, 2021 · 3 comments

Comments

@StefaniOSApps
Copy link

StefaniOSApps commented Feb 2, 2021

Thanks for this amazing framework ✌️.

Well, my request relates to the framework Charts which is very popular with more than 20k stars.

With the latest version, this framework has been integrated via SPM. However, this framework does not support CocoPods here. As a result, this popular framework can no longer be installed via Cocoapods.

I would therefore wish that this framework could also be integrated via CocoaPods.

@ByCyril
Copy link

ByCyril commented Mar 5, 2021

Any updates on this issue?

@lorentey
Copy link
Member

lorentey commented Nov 22, 2021

We currently provide full support for building this package with the Swift Package Manager and Xcode, and we're open to adding limited support for CMake (only for bootstrapping purposes within the Swift project, not for general use).

We have no plans to support additional build systems or package managers.

If these don't fit your use case, one option is to vendor the modules you need within your own project. (As always, make sure you follow the conditions of the license.)

@jshier
Copy link

jshier commented Nov 28, 2021

I've published a SwiftAlgorithms pod which can be used with import Algorithms. It includes everything in the library except the RandomSample algorithms due to a dependency on swift-numerics which I haven't yet solved. I'll try to track any tag updates on timely basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants