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

[Frameworks] Allow to opt-in using Podfile DSL to integrate pods as frameworks #204

Closed
mrackwitz opened this issue Nov 30, 2014 · 0 comments · Fixed by #208
Closed

[Frameworks] Allow to opt-in using Podfile DSL to integrate pods as frameworks #204

mrackwitz opened this issue Nov 30, 2014 · 0 comments · Fixed by #208
Milestone

Comments

@mrackwitz
Copy link
Member

Regarding CocoaPods/CocoaPods#2878

Add use_frameworks! to the Podfile DSL, which allows to opt-in to integrate pods as frameworks.
Can appear on root level for all pods or in target definition level.
If there is an opt-in on root level, a target defintion can opt-out again by use_frameworks!(false).
This also applies if the default should change.

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

Successfully merging a pull request may close this issue.

1 participant