-
Notifications
You must be signed in to change notification settings - Fork 41
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
Install without CocoaPods #190
Comments
Yes, we have plans to add SPM support shortly. Unfortunately, we are a bit overwhelmed right now and I can't provide exact dates. |
More than 1 year and this is the only pod in my project :) |
Almost done #333 |
Meanwhile I already started to build from source, but this is welcome anyway :) |
Is there a way to add the library without using CocoaPods?
Currently the preferred way to manage dependencies on iOS is Swift Package Manager. Would you be able to add SPM support?
Otherwise please either release a .framework file that can directly be imported, or direct me towards a guide that can be used to import the SDK through the source code.
Thanks.
The text was updated successfully, but these errors were encountered: