Making My CocoaPods Compatible with SPM
[10/19, 2024]
Hi, this is Tomo. Since CocoaPods seems to be in maintenance mode, and it's unclear if it will support Xcode 16, I decided to make my custom CocoaPods compatible with Swift Package Manager (SPM). Looking back, I could have structured things even more towards SPM. But hopefully, this post will help others trying to do the same. In this post, I’ll show how to make your project compatible with both SPM and CocoaPods.