Sha256: ecf97ec6008aff54496094ea0292f11c2fff2105623dfe145d27eda39fa0785f

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

source 'https://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-on-bacon'
  gem 'prettybacon'
  gem 'vcr'
  gem 'webmock'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-plugins-0.3.2 Gemfile
cocoapods-plugins-0.3.1 Gemfile
cocoapods-plugins-0.3.0 Gemfile