tooot/Gemfile

7 lines
193 B
Ruby
Raw Normal View History

2021-01-31 03:09:35 +01:00
source "https://rubygems.org"
2021-02-02 22:50:38 +01:00
gem "fastlane"
2021-03-17 21:58:24 +01:00
gem 'cocoapods'
2021-02-02 22:50:38 +01:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)