Skip to main content

(iOS) Cache CocoaPods dependencies

DescriptionClick to copy link

Cache the content of the Pods folder of your iOS project.

InstructionsClick to copy link

  1. Add the Bitrise.io Cache:Pull Step.

  2. Add the Run CocoaPods install Step.

  3. Add the Bitrise.io Cache:Push Step.

    Optionally you can set Compress Archive to true. This is useful if your cached folders are bigger.

bitrise.ymlClick to copy link

- cache-pull@2: {}
- cocoapods-install@2: {}
- cache-push@2: {}