You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 🙈
It would be nice to distribute the
swaggen
executable via cocoapods like this is done for swiftlint for exampleThe text was updated successfully, but these errors were encountered: