···1+# Uncomment the next line to define a global platform for your project
2+# platform :ios, '16.0'
3+4+target 'iosApp' do
5+ # Comment the next line if you don't want to use dynamic frameworks
6+ use_frameworks!
7+8+ # Pods for iosApp
9+ pod 'GoogleMLKit/FaceDetection', '7.0.0'
10+end