cocoapods

https://github.com/cocoapods/cocoapods

Ruby

The Cocoa Dependency Manager.

Pod::Downloader::Cache#copy_files

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:cocoapods/cocoapods.git

cd cocoapods

open lib/cocoapods/downloader/cache.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Pod--Downloader--Cache-copy_files-for-pr


# Commit to git

git add lib/cocoapods/downloader/cache.rbgit commit -m "better docs for Pod::Downloader::Cache#copy_files"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Pod--Downloader--Cache-copy_files-for-pr

hub pull-request


# Celebrate!