SergioR
06/14/2024, 12:52 PMsource '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
# ignore all warnings from all pods
inhibit_all_warnings!
target 'iosApp' do
# ML Kit
pod 'GoogleMLKit/BarcodeScanning', '3.2.0'
pod 'GoogleMLKit/TextRecognition', '3.2.0'
end
youssef hachicha
06/14/2024, 1:52 PMSergioR
06/14/2024, 2:13 PMSergioR
06/14/2024, 2:22 PM