platform :ios, '12.0'

ENV['COCOAPODS_DISABLE_STATS'] = 'true'

# This iOS folder belongs to a Flutter plugin package (no Xcode app target here).
# Disable integration and use a concrete dummy target so `pod install` can resolve deps.
install! 'cocoapods', :integrate_targets => false

abstract_target 'PluginPods' do
  pod 'Flutter', :path => '../Flutter'

  target 'PluginPodsDummy' do
  end
end
