blob: 5bc82b72fc0459094652231499f7d64e60de50e2 [file] [log] [blame]
platform :ios, '9.0'
flutter_application_path = '../'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
use_frameworks!
target 'Runner' do
install_flutter_engine_pod
install_flutter_plugin_pods flutter_application_path
end