CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 72 forks source link

[Http] Pick up the .netrc file #54

Closed mrackwitz closed 8 years ago

mrackwitz commented 8 years ago

Fixes #53. Closes https://github.com/CocoaPods/CocoaPods/issues/5055.

alloy commented 8 years ago

Nice :+1:

Does this work as expected when the user has no .netrc file?

segiddins commented 8 years ago

Confirmed this works without ~/.netrc present.

@mrackwitz this is good to merge with a changelog entry!

segiddins commented 8 years ago

@mrackwitz ping