GitHub - CocoaPods/Molinillo: A generic dependency resolution algorithm. (original) (raw)
Molinillo
A generic dependency-resolution implementation.
Installation
Add this line to your application's Gemfile:
gem 'molinillo', :git => 'https://github.com/CocoaPods/Molinillo'
And then execute:
Or install it yourself as:
Usage
See the ARCHITECTURE file for an overview and look at the test suite for example usage.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a pull request
The Name
Molinillo is a special whisk used in Mexico in the preparation of beverages such as hot chocolate. Much like a dependency resolver, a molinillo helps take a list of ingredients and turn it into a delicious concoction!