Use Ruby Gemfile (bundle) to optimize pod install times

This commit is contained in:
Marc Rousavy
2021-03-11 19:08:51 +01:00
parent 9cbb5ad68e
commit 1f08a44100
4 changed files with 114 additions and 7 deletions

4
example/ios/Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source "https://rubygems.org"
gem 'cocoapods', '1.10.1'
gem 'cocoapods-check'