This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
Add framework support for CocoaPods #25
Labels
Comments
cuva
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Jan 22, 2019
When use_frameworks will be available for Spectrum? |
Hi @rohitphogat19. I currently don't have the bandwidth to work on this task as I'm focussing on getting #26 fixed first. I'd be more than happy to accept a PR though if someone is keen to look into it. |
Hi @rohitphogat19, once #26 is fixed, in cocoapod you could use use_modular_headers instead of use_framework to use spectrum |
Hi team! Now #26 is fixed, any update about |
So, no advancements in this? I am really eager to be able to try it in my flutter plugin. :-/ |
use_frameworks! Is there a way to use spectrum while using? |
Hi team, Thanks for the great library! Any update or plans about |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Spectrum cannot be integrated via Cocoapods if the podfile defines
!use_frameworks!
- as surfaced in #23.As Swift libraries can now be added as static libraries,
!use_frameworks
should be less and less used - but it'd be nice to support it nontheless.The text was updated successfully, but these errors were encountered: