cocoapods-to-spm
✓Guide to migrating iOS Capacitor plugins and dependencies from CocoaPods to Swift Package Manager (SPM). Use this skill when users want to modernize their iOS project, remove CocoaPods, or add SPM-based dependencies.
Installation
SKILL.md
Step-by-step guide for migrating Capacitor iOS projects from CocoaPods to Swift Package Manager.
| Build Speed | Slower | Faster | | Apple Integration | Third-party | Native Xcode | | Ruby Dependency | Required | None | | Version Management | Podfile.lock | Package.resolved | | Xcodeproj Changes | Modifies project | Uses workspace | | Binary Caching | Limited | Built-in |
| Firebase | https://github.com/firebase/firebase-ios-sdk | | Alamofire | https://github.com/Alamofire/Alamofire | | KeychainAccess | https://github.com/kishikawakatsumi/KeychainAccess | | SDWebImage | https://github.com/SDWebImage/SDWebImage | | SnapKit | https://github.com/SnapKit/SnapKit | | Realm | https://github.com/realm/realm-swift |
Guide to migrating iOS Capacitor plugins and dependencies from CocoaPods to Swift Package Manager (SPM). Use this skill when users want to modernize their iOS project, remove CocoaPods, or add SPM-based dependencies. Source: cap-go/capacitor-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cap-go/capacitor-skills --skill cocoapods-to-spm- Source
- cap-go/capacitor-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is cocoapods-to-spm?
Guide to migrating iOS Capacitor plugins and dependencies from CocoaPods to Swift Package Manager (SPM). Use this skill when users want to modernize their iOS project, remove CocoaPods, or add SPM-based dependencies. Source: cap-go/capacitor-skills.
How do I install cocoapods-to-spm?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cap-go/capacitor-skills --skill cocoapods-to-spm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cap-go/capacitor-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01