·cocoapods-to-spm
</>

cocoapods-to-spm

cap-go/capgo-skills

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.

26Installs·0Trend·@cap-go

Installation

$npx skills add https://github.com/cap-go/capgo-skills --skill cocoapods-to-spm

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/capgo-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cap-go/capgo-skills --skill cocoapods-to-spm
Category
</>Dev Tools
Verified
First Seen
2026-02-09
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/capgo-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/capgo-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/capgo-skills