0.35.0.rc2
Pre-release
Pre-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::Setattributes 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
- Fixes an issue when finding a
Sourcebased on the spec-repo'sgitURL
whengitis configured to rewrite URLs with theurl.<base>.insteadOf
option.
Eloy Durán
CocoaPods#2724
CocoaPods#2696
CocoaPods#2625 - Fixes an issue linting the
flattenfor http sources in a podspec.
Eloy Durán
Core#193