Skip to content

Commit

Permalink
Merge "List of included changes: - Pin SDK versions in the Podfile."
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong Chen authored and Gerrit Code Review committed Aug 11, 2021
2 parents 99aab7d + bf61c72 commit 3eb63cc
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ios/quickstarts/vision/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ use_frameworks!

project 'VisionExample.xcodeproj'

pod 'GoogleMLKit/BarcodeScanning'
pod 'GoogleMLKit/FaceDetection'
pod 'GoogleMLKit/ImageLabeling'
pod 'GoogleMLKit/ImageLabelingCustom'
pod 'GoogleMLKit/ObjectDetection'
pod 'GoogleMLKit/ObjectDetectionCustom'
pod 'GoogleMLKit/PoseDetection'
pod 'GoogleMLKit/PoseDetectionAccurate'
pod 'GoogleMLKit/SegmentationSelfie'
pod 'GoogleMLKit/TextRecognition'
pod 'GoogleMLKit/TextRecognitionChinese'
pod 'GoogleMLKit/TextRecognitionDevanagari'
pod 'GoogleMLKit/TextRecognitionJapanese'
pod 'GoogleMLKit/TextRecognitionKorean'
pod 'GoogleMLKit/BarcodeScanning', '2.3.0'
pod 'GoogleMLKit/FaceDetection', '2.3.0'
pod 'GoogleMLKit/ImageLabeling', '2.3.0'
pod 'GoogleMLKit/ImageLabelingCustom', '2.3.0'
pod 'GoogleMLKit/ObjectDetection', '2.3.0'
pod 'GoogleMLKit/ObjectDetectionCustom', '2.3.0'
pod 'GoogleMLKit/PoseDetection', '2.3.0'
pod 'GoogleMLKit/PoseDetectionAccurate', '2.3.0'
pod 'GoogleMLKit/SegmentationSelfie', '2.3.0'
pod 'GoogleMLKit/TextRecognition', '2.3.0'
pod 'GoogleMLKit/TextRecognitionChinese', '2.3.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '2.3.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '2.3.0'
pod 'GoogleMLKit/TextRecognitionKorean', '2.3.0'

target 'VisionExample' do
end
Expand Down

0 comments on commit 3eb63cc

Please sign in to comment.