Hacker News new | ask | show | jobs
by Duckton 1885 days ago
I think you overestimate how long CocoaPods will be used, all third party libraries I’ve used in the last 6-12 months supports SPM
3 comments

Our app is in objC and we’re not planning a rewrite anytime soon.
Pseudo-counter point: SPM for firebase iOS SDK is in beta, and was released 2 weeks ago. Before this, you couldn't use SPM. The readme recommended (defaulted) to Cocoapods, with "experimental instructions for carthage". Therefore Cocoapods is likely used by most iOS apps with firebase.
And none of the ones I use support SPM.
So apparently a lot of them do support SPM even when it doesn't say so in the README. Confusing, annoying. Out of a project with 10 dependencies I thought only 4 supported SPM by reading the README but in the end only one (which was my own...) Cocoapad didn't have SPM support.