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 Generator as a subspec #450

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryu1sazae
Copy link

@ryu1sazae ryu1sazae commented Jan 29, 2023

  • Add a subspec to be able to use generator under a /Generator/* directory.

Originally, we couldn't use the generator when we download through Pod cuz source files is specified like below.

s.source_files = 'Sources/**/*.swift'

That's why, I wanna make it possible to use the generator through Pod by adding a subspec.
And I suppose usage is like this. pod 'NeedleFoundation/Generator'

And I think adding another podspec file is gonna be also fine other than NeedleFoundation.podspec. But in terms of a maintenance cost, I took the way of adding a subspec.

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

Successfully merging this pull request may close these issues.

1 participant