Skip to content

CocoaPods::Try CHANGELOG

1.2.0 (2020-04-20)

Enhancements
  • None.
Bug Fixes

1.1.0 (2016-07-10)

Enhancements
  • Added a command line option for specifying the podspec file from Git URL
    @rockwotj 59
Bug Fixes
  • None.

1.0.0 (2016-05-10)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.rc.1 (2016-04-30)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.beta.4 (2016-04-15)

Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-03-15)

Bug Fixes

1.0.0.beta.2 (2016-01-05)

Bug Fixes
  • Ensure that the pod's source is re-downloaded, instead of pulling from the cache, which only holds cleaned sources.
    Samuel Giddins #43

1.0.0.beta.1 (2015-12-30)

Bug Fixes

0.5.1 (2015-08-28)

Bug Fixes
  • This release fixes a file permissions error when using the RubyGem.
    Samuel Giddins

0.5.0 (2015-08-26)

Enhancements
  • Any CocoaPod / GitHub repo can now declare their own pre-install commands, and prefer a project. To use this, add a .cocoapods.yml file to the root of your repo. The yaml file should have a structure like:
  try:
    install:
      pre:
        - pod install
        - git submodule init
    project: 'ORStackView.xcworkspace'

Orta Therox #33

0.4.5 (2015-05-27)

Bug Fixes

0.4.4 (2015-05-06)

Bug Fixes
  • Fix working with the CocoaPods download cache introduced in 0.37.
    Samuel Giddins #30

0.4.3 (2014-12-25)

Bug Fixes

0.4.2 (2014-10-29)

  • Prefer projects or workspaces with the name including Sample over others.
    Kyle Fuller

0.4.1 (2014-09-26)

0.4.0 (2014-09-11)

Enhancements

0.3.0 (2014-05-19)

Enhancements

0.2.0 (2014-03-28)

Enhancements

0.1.2

Enhancements

Fixes

0.1.0 (2013-12-02)