Skip to content

CocoaPods/Molinillo

Repository files navigation

Resolver

Build Status Coverage Code Climate

A generic dependency-resolution implementation.

Installation

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

Usage

Look at the test suite for example usage. Better documentation and examples are forthcoming.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a pull request