cocoapods
https://github.com/cocoapods/cocoapods
Ruby
The Cocoa Dependency Manager.
Pod::Downloader::Cache#copy_files
No Docs, write some!
Edit
git clone [email protected]:cocoapods/cocoapods.git
cd cocoapods
open lib/cocoapods/downloader/cache.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Pod--Downloader--Cache-copy_files-for-pr
# Commit to gitgit add lib/cocoapods/downloader/cache.rbgit commit -m "better docs for Pod::Downloader::Cache#copy_files"
# Open pull requestgem 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!