1.5.0
Enhancements
- None.
Bug Fixes
- None.
1.5.0.beta.1 (2018-03-23)
Enhancements
-
Add ability to lockfile to retrieve spec repo for pod name
Dimitris Koutsogiorgas
#434 -
HTTP::perform_head_requestnow includes a 1-byteRangeheader in the fallback GET
request.
Kyle Fleming
#425 -
Update Podfile Reference Guide to include
:sourceparameter for thepodstatement
Mark Woollard
#7359 -
Allow enabling modular headers for pods in the Podfile.
Samuel Giddins
Bug Fixes
-
Fix crash when there's an empty source spec directory
Paul Beusterien
CocoaPods#6381 -
The
Dependency#mergemethod takes into account anypodspec_repos the dependencies
may have set.
Samuel Giddins -
When evaluating
.podspecfiles, ensure that__FILE__refers to the correct file.
Samuel Giddins -
Serialize lockfiles that contain Pods with non-alphanumeric characters
(such as!) properly.
Samuel Giddins
CocoaPods#7302