Sha256: 85d12d12924055f60b6a9f698a58dbe29ff56dc66cb25a623137fde425c03dab
Contents?: true
Size: 626 Bytes
Versions: 13
Compression:
Stored size: 626 Bytes
Contents
source 'https://rubygems.org' gemspec # This is the version that ships with OS X 10.10, so be sure we test against it. gem 'json', '1.7.7' 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 'kicker' gem 'mocha' gem 'mocha-on-bacon' gem 'prettybacon' gem 'webmock' gem 'codeclimate-test-reporter', :require => nil gem 'rubocop' end
Version data entries
13 entries across 13 versions & 1 rubygems