pod_install
Install CocoaPods dependencies in the active Xcode project, with options for verbose output, updating spec repositories, and forcing a clean installation.
Instructions
Runs 'pod install' in the active project directory to install CocoaPods dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Show more debugging information during installation. | |
| repoUpdate | No | Whether to update the spec repositories before installation. Defaults to false. | |
| cleanInstall | No | Ignore the contents of the project cache and force a full pod installation. |