(iOS) Cache CocoaPods dependencies
DescriptionClick to copy link
Cache the content of the Pods folder of your iOS project.
InstructionsClick to copy link
-
Add the Bitrise.io Cache:Pull Step.
-
Add the Run CocoaPods install Step.
-
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: {}