rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
907 stars 95 forks source link

Fix: bring podspec supported versions inline with spm supported versions #82

Closed ianclawson closed 2 years ago

ianclawson commented 2 years ago

Stinsen already has full support for all major Apple platforms (iOS, tvOS, macOS, watchOS), and all are available via SPM, but not through Cocoapods. I figure this is simply because Cocoapods usage is limited these days, along with tvOS, so this need simply hasn't come up yet. (believe me, I'm surprised I'm in this situation as well!)

This PR makes the same platform availability available on SPM now available on Cocoapods as well.

If this is an oversight on my part and there are reasons to keep these other platforms off of Cocoapods, please let me know!

Thank you for this project.

rundfunk47 commented 2 years ago

Thanks! We haven't been giving Cocoapods much love to be honest!