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

Distribute executable with cocoapods #262

Open
felginep opened this issue Jan 21, 2021 · 2 comments
Open

Distribute executable with cocoapods #262

felginep opened this issue Jan 21, 2021 · 2 comments

Comments

@felginep
Copy link

It would be nice to distribute the swaggen executable via cocoapods like this is done for swiftlint for example

@felginep felginep changed the title Distribute library with cocoapods Distribute executable with cocoapods Jan 21, 2021
@rogerluan
Copy link

I second this. Are there any plans to do this @yonaskolb ? 🙏 Or am I missing something in the setup instructions?
I don't want to install via brew because I want to set the version I'm installing, and via SPM I don't get access to the binary AFAICT 🤔

So what I've done with other dependencies (e.g. SwiftLint, SwiftFormat) is just use CocoaPods to control the version we're installing (to make sure it's in git scm, that the version can be rollbacked, everyone is on the same version, etc), following good practices of https://ios-factor.com/dependencies

I really appreciate any input here 🙏

@rogerluan
Copy link

rogerluan commented Jun 22, 2021

Moreover, I'm more than happy to open a PR with a podspec, but the key factor here is whether the maintainers of the project will update push the update to cocoapods on every new release 😁 unlike SPM, cocoapods is not a fully distributed system haha 🙈

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

No branches or pull requests

2 participants