54 added the option --netrc to the curl call in the HTTP module.
However when downloading using the HTTP module, curl should use --netrc-optional instead of the more restrictive --netrc option. This allows users to choose to specify the authentication credentials through the url instead of having to set them up in a ~/.netrc file
54 added the option
--netrc
to thecurl
call in theHTTP
module.However when downloading using the
HTTP
module,curl
should use--netrc-optional
instead of the more restrictive--netrc
option. This allows users to choose to specify the authentication credentials through the url instead of having to set them up in a~/.netrc
fileSee CocoaPods/CocoaPods#5318