cocoapods-downloader icon indicating copy to clipboard operation
cocoapods-downloader copied to clipboard

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)

Results 21 cocoapods-downloader issues
Sort by recently updated
recently updated
newest added

See discussion [here](https://github.com/CocoaPods/CocoaPods/issues/4830)

Hi, I noticed that now when there is a branch or tag in the parameter it will do a shallow clone, if the parameter is a commit, I think I...

Issue: #106 ## description - [x] Fix bug of Git shallow cloning is not used when branch is set. - [x] Better performance when cloning, if the parameter is branch...

Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.38.0 to 1.57.1. Release notes Sourced from rubocop's releases. RuboCop 1.57.1 Bug fixes #12271: Fix a false positive for Lint/RedundantSafeNavigation when using snake case constant receiver. (@​koic)...

dependencies

Fix https://github.com/CocoaPods/cocoapods-downloader/issues/106

CocoaPods currently uses curl's default config file, which causes it to fail when providing options that conflict with the contents of that file. This is easily solved by adding the...

A user-provided config file may add parameters that are incompatible with those supplied by CocoaPods. This causes the download to fail. This change causes curl to behave as if no...

``` pod XXX :path=>'../subdir/XXX' :checkout=>'merge-requests/111/head:branch' pod XXX :git=>'https://github.com/../../XXX.git' :checkout=>'merge-requests/111/head:branch' ```

* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? `bundle exec pod --verbose install` ##...

Feature Request: sonatype nexus cocoapods repo is sometimes not providing file type when downloading, maybe cocoapods can figure it out if from the :http request? some info - Using self...