This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 270 B View raw
1# Uncomment the next line to define a global platform for your project 2# platform :ios, '16.0' 3 4target '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' 10end