Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
  - Pin SDK versions in the Podfile.

PiperOrigin-RevId: 390160878
Change-Id: I79f4cd0fe1e2d92fa1f432ded42f5145fd3077fd
  • Loading branch information
Google ML Kit authored and Dong Chen committed Aug 11, 2021
1 parent e502d66 commit bf61c72
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 bf61c72

Please sign in to comment.