Skip to content

Releases: bitrise-steplib/steps-cocoapods-install

1.5.3

13 Jul 10:54
Compare
Choose a tag to compare

1.5.2

30 Jun 14:34
Compare
Choose a tag to compare
  • log improvements

1.5.1

29 Jun 12:20
Compare
Choose a tag to compare
  • fixed Podfile search
  • install gem with "--no-document" flag

1.5.0

29 Jun 10:10
Compare
Choose a tag to compare
  • rewrite in go
  • CocoaPods version is determined based on the Gemfile.lock or the Podfile.lock in the Podfile's directory

Deprecated inputs:

  • is_update_cocoapods
  • install_cocoapods_version

1.4.2

14 Jun 08:47
Compare
Choose a tag to compare
  • install version fix
    In previous version (1.4.1) install cocoapods failed in auto version detect case.

1.4.1

13 Jun 13:43
Compare
Choose a tag to compare
  • if no pod version specified update cocoapods to Podfile.lock specified version

1.4.0

24 May 12:13
Compare
Choose a tag to compare
  • NEW_INPUT : install_cocoapods_version - Install specified CocoaPods version
  • DEPRECATED : is_update_cocoapods - use new install_cocoapods_version instead

1.3.0

21 May 12:07
Compare
Choose a tag to compare

New input: podfile_path

If specified then only the specified Podfile will be pod installed. Otherwise (if the input is empty) the Step will behave as it did before, by scanning the repository for Podfiles and pod install all.

1.2.1

19 May 09:45
Compare
Choose a tag to compare
  • Re-try / fallback handling changed to support the recently released CocoaPods 1.0

1.2.0

13 Apr 15:41
Compare
Choose a tag to compare

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.