Skip to content

cocoapods

Piotr Sękara edited this page May 29, 2020 · 2 revisions

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"