cocoapods-downloader
cocoapods-downloader copied to clipboard
A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
We have private pods which references to `vendored_frameworks` stored on a private Amazon S3 bucket. We do not want to make these files public, so we have to provide the...
* [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? I created a Podspec that `spec.source`...
cocoapods-downloader 1.1.3 cocoapods 1.2.1 ruby 2.2.1p85 I created a new ruby file with the usage example from the README: ``` require 'cocoapods-downloader' target_path = './Downloads/MyDownload' options = { :git =>...
Protocol types can be set in podspec's source, which is good. But I have a dynamic library file about 150 MB. I use tar.xz to compress this file, up to...
* [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 My podspec has a source zip on a server that supports...
I'm trying to download via http a pod that is uploaded as a tarball with only a .framework as its contents. Right now, because the .framework is a technically just...
I found line 24 of git.rb `return options unless options[:branch]` but I was setting the right branch in my Podfile using :branch => 'xxx'. the this preprocess function will always...
(iirc, the reason we use an intermediate shell has to do with Ruby 1.8 and 1.9/2.x differences) When we drop Ruby 1.8.7 support, we should: - Make the download commands...
Integrating Zstandard (Zstd) into `cocoapods-downloader` makes decompressing resources faster, especially beneficial for binary distributions. This update will speed up installation, providing a smoother experience for developers.