Skip to content

0.35.0.rc2

Pre-release
Pre-release

Choose a tag to compare

@kylef kylef released this 06 Nov 21:38
· 1418 commits to master since this release

This version only introduces changes in the CocoaPods gem.

0.35.0.rc1

Breaking
  • Support for Ruby < 2.0.0 has been dropped. CocoaPods now depends on
    Ruby 2.0.0 or greater.
    Eloy Durán
Enhancements
  • Remove Specification::Set attributes related to dependency resolution.
    Removed because the new, enhanced resolver no longer uses them to keep track
    of the source for requirements.
    Samuel Giddins
    CocoaPods#2637
Bug Fixes