1# Uncomment this line to define a global platform for your project 2# platform :ios, '9.0' 3 4# Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system. 5install! 'cocoapods', :disable_input_output_paths => true 6 7target 'Runner' do 8 # Uncomment this line if you're using Swift or would like to use dynamic frameworks 9 use_frameworks! 10 11 # Pods for Runner 12 pod 'MaterialControls', '~> 1.2.2' 13 14end 15