capacitor-plugin-spm-support

Originally fromcapawesome-team/skills
Installation
SKILL.md

Add Swift Package Manager Support to a Capacitor Plugin

Add SPM support to an existing Capacitor plugin so it can be consumed without CocoaPods.

When to Use This Skill

  • User wants a plugin to work through Xcode's package manager
  • User is converting an existing iOS plugin from Obj-C bridge files to bridged Swift registration
  • User needs the plugin package manifest and file exports updated for SPM

Procedures

Step 1: Gather Plugin Information

Read these files in the plugin root:

  • package.json
  • the .podspec
  • the main Swift plugin class under ios/
Related skills

More from cap-go/capgo-skills

Installs
108
GitHub Stars
37
First Seen
Mar 18, 2026