flutter/dev/integration_tests/ios_host_app_swift/Podfile
2019-10-15 12:36:50 -07:00

10 lines
233 B
Ruby

platform :ios, '9.0'
flutter_application_path = '../hello'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'Host' do
use_modular_headers!
install_all_flutter_pods flutter_application_path
end