A generic dependency-resolution implementation.
Add this line to your application's Gemfile:
gem 'Resolver', :git => 'https://github.com/CocoaPods/Resolver'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install Resolver
Look at the test suite for example usage. Better documentation and examples are forthcoming.
- 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