CocoaPods/cocoapods-docs

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'http://rubygems.org'

gemspec

group :development do
  gem 'cocoapods',      :git => "https://github.com/CocoaPods/CocoaPods.git", :branch => 'master'
  gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
  gem 'claide',         :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master'

  gem 'bacon'
  gem 'mocha'
  gem 'mocha-on-bacon'
  gem 'prettybacon'
  gem 'vcr'
  gem 'webmock'

  gem 'codeclimate-test-reporter', :require => nil
  gem 'rubocop'
end

group :debugging do
  gem 'awesome_print'
  gem 'kicker'
  gem 'pry'
  gem 'rb-fsevent'
end