pod_update
Update CocoaPods dependencies in the active project, with options for specific pods, exclusions, and clean installs to resolve dependency issues.
Instructions
Runs 'pod update' in the active project directory to update CocoaPods dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pods | No | Optional list of specific pods to update. If not provided, updates all pods. | |
| sources | No | Optional list of sources from which to update dependent pods. | |
| repoUpdate | No | Whether to update the spec repositories before updating pods. Defaults to true. | |
| excludePods | No | Optional list of pods to exclude during update. | |
| cleanInstall | No | Ignore the contents of the project cache and force a full pod installation. |