Gemfile 285 B

123456789
  1. source "https://rubygems.org"
  2. git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
  3. gem "cocoapods", "1.11.2"
  4. gem "fastlane", "2.180.1"
  5. plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
  6. eval_gemfile(plugins_path) if File.exist?(plugins_path)