pods

Installation
SKILL.md

Update and install CocoaPods dependencies for iOS and macOS builds.

Command

Run the melos pods script:

melos run pod:install

This will:

  1. Navigate to packages/app/ios
  2. Run pod update && pod install --repo-update
  3. Navigate to packages/app/macos
  4. Run pod update && pod install --repo-update

When to use

Installs
8
GitHub Stars
98
First Seen
Feb 28, 2026
pods — keychat-io/keychat-app