Releases: bitrise-steplib/steps-cocoapods-install
Releases · bitrise-steplib/steps-cocoapods-install
1.5.3
- private repo ssh issue fixed in cocoapods 0.35 CocoaPods/CocoaPods#2827 (comment)
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
New input: podfile_path
If specified then only the specified Podfile
will be pod install
ed. Otherwise (if the input is empty) the Step will behave as it did before, by scanning the repository for Podfile
s and pod install
all.
1.2.1
- Re-try / fallback handling changed to support the recently released CocoaPods 1.0
1.2.0
The step will now first try to pod install
using the --no-repo-update
flag, to prevent issues related to CocoaPods spec repository rate limiting, and to prepare for the Bitrise Build Cache feature.
If the install fails with the --no-repo-update
flag the step will retry it without the flag.