• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1platform :ios, '9.0'
2
3flutter_application_path = '../hello'
4load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
5
6target 'Host' do
7  install_all_flutter_pods flutter_application_path
8end
9