cocoapods-to-spm
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
CocoaPods to Swift Package Manager Migration
Migrate a Capacitor iOS app from CocoaPods to Swift Package Manager without losing native project customizations.
When to Use This Skill
- User wants to migrate a Capacitor app from CocoaPods to SPM
- User asks about
npx cap spm-migration-assistant - User asks about
CapApp-SPM, generatedPackage.swift, ordebug.xcconfig - User has Capacitor 8 and wants the iOS app to use the default SPM template
- User wants to remove
ios/App/Podfile,Pods,Podfile.lock, orApp.xcworkspace - User has SPM migration errors caused by plugins without SPM support
Do not use this for adding SPM support to a plugin package. Use capacitor-plugin-spm-support for plugin repositories.