|
source "https://rubygems.org"
|
|
|
|
gem 'fastlane'
|
|
gem 'cocoapods', '>= 1.13', '< 1.15'
|
|
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
|
|
gem "cocoapods-patch"
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|