platform:ios,'11.0'use_frameworks!# workaround to avoid Xcode caching of Pods that requires# Product -> Clean Build Folder after new Cordova plugins installed# Requires CocoaPods 1.6 or newerinstall!'cocoapods',:disable_input_output_paths=>truedefcapacitor_pods# Automatic Capacitor Pod dependencies, do not deletepod'Capacitor',:path=>'../../node_modules/@capacitor/ios'pod'CapacitorCordova',:path=>'../../node_modules/@capacitor/ios'# Do not deleteendtarget'App'docapacitor_pods# Add your Pods hereend