Gemfile 406 B

12345678
  1. # To update, change version below, run bundle install, test,
  2. # commit Gemfile and Gemfile.lock.
  3. source 'https://rubygems.org'
  4. gem 'cocoapods', "1.7.5"
  5. # TODO(paulb777): The GitHub install is needed for the --platforms feature.
  6. # Change it back to a version specification when the 1.6.0 gem publishes.
  7. gem 'cocoapods-generate', :git => 'https://github.com/square/cocoapods-generate.git', :ref => 'ada3b8f'