Moving your Kotlin Multiplatform project from CocoaPods to Swift Package Manager can be a big task. This guide breaks it down into eight clear steps. You will learn how to update your Gradle setup, change your imports, and reconfigure your Xcode project.
The process keeps your old CocoaPods setup active until the new one is ready. This makes the switch safe and easy to follow. Developers can avoid breaking their build while making the change.
At the end you get a MIGRATION_REPORT.md file that records everything. This helps you track what changed and why.
Global
mkdir -p ~/.claude/skills/kotlin-tooling-cocoapods-spm-migrationProject
mkdir -p .claude/skills/kotlin-tooling-cocoapods-spm-migrationSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability