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

Add support for Swift Package Manager #303

Open
armadsen opened this issue Jan 31, 2021 · 0 comments
Open

Add support for Swift Package Manager #303

armadsen opened this issue Jan 31, 2021 · 0 comments
Milestone

Comments

@armadsen
Copy link
Member

The main difficulty here is that the project currently doesn't use the folder layout expected by SPM. The "easiest" solution is to move .h files in to an include folder, but that will break those that are directly including source from a submodule (deprecated for some time now). Should be able to do it without breaking existing usage of the framework project, CocoaPods, and Carthage.

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

No branches or pull requests

1 participant