Skip to main content

(iOS) Cache CocoaPods dependencies

Description

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

Instructions

  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.yml

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