pod_outdated
Identify outdated CocoaPods dependencies in your Xcode project and list the available version updates.
Instructions
Shows outdated pods in the current project and their available updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoUpdate | No | Whether to update the spec repositories before checking for outdated pods. Defaults to false. | |
| ignorePrerelease | No | Don't consider prerelease versions to be updates. Defaults to true. |