logoalt Hacker News

jhatemyjobyesterday at 4:31 PM1 replyview on HN

And this, kids, is why you should always vendorize your dependencies


Replies

matharminyesterday at 5:32 PM

There may be good reasons to do that, but this isn't one. Any project using CocoaPods will still remain working for the foreseeable future - you'll just not get new updates to dependencies at some point. And at that point you can migrate to SwiftPM or vendored dependencies, without losing anything.

show 1 reply