mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
13 lines
278 B
Ruby
13 lines
278 B
Ruby
platform :ios, '11.0'
|
|
|
|
flutter_application_path = '../hello'
|
|
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
|
|
|
|
target 'Host' do
|
|
install_all_flutter_pods flutter_application_path
|
|
end
|
|
|
|
post_install do |installer|
|
|
flutter_post_install(installer)
|
|
end
|