cocoapods - netguru/highway GitHub Wiki
Description
Used to run cocoapods
for your project.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
command | Command that should be used. | False | Enum("install", "update") | "install" |
update_specs_repo | Indicates whether --repo-update flag should be added and when. |
False | Enum("always", "never", "on-error") | "never" |
Example
bootstrap:
default:
- cocoapods:
command: "install"