1
- platform :ios , '12.0 '
1
+ platform :ios , '15.5 '
2
2
use_frameworks!
3
3
4
4
project 'VisionExample.xcodeproj'
5
5
6
- pod 'GoogleMLKit/BarcodeScanning' , '6 .0.0'
7
- pod 'GoogleMLKit/FaceDetection' , '6 .0.0'
8
- pod 'GoogleMLKit/ImageLabeling' , '6 .0.0'
9
- pod 'GoogleMLKit/ImageLabelingCustom' , '6 .0.0'
10
- pod 'GoogleMLKit/ObjectDetection' , '6 .0.0'
11
- pod 'GoogleMLKit/ObjectDetectionCustom' , '6 .0.0'
12
- pod 'GoogleMLKit/PoseDetection' , '6 .0.0'
13
- pod 'GoogleMLKit/PoseDetectionAccurate' , '6 .0.0'
14
- pod 'GoogleMLKit/SegmentationSelfie' , '6 .0.0'
15
- pod 'GoogleMLKit/TextRecognition' , '6 .0.0'
16
- pod 'GoogleMLKit/TextRecognitionChinese' , '6 .0.0'
17
- pod 'GoogleMLKit/TextRecognitionDevanagari' , '6 .0.0'
18
- pod 'GoogleMLKit/TextRecognitionJapanese' , '6 .0.0'
19
- pod 'GoogleMLKit/TextRecognitionKorean' , '6 .0.0'
6
+ pod 'GoogleMLKit/BarcodeScanning' , '7 .0.0'
7
+ pod 'GoogleMLKit/FaceDetection' , '7 .0.0'
8
+ pod 'GoogleMLKit/ImageLabeling' , '7 .0.0'
9
+ pod 'GoogleMLKit/ImageLabelingCustom' , '7 .0.0'
10
+ pod 'GoogleMLKit/ObjectDetection' , '7 .0.0'
11
+ pod 'GoogleMLKit/ObjectDetectionCustom' , '7 .0.0'
12
+ pod 'GoogleMLKit/PoseDetection' , '7 .0.0'
13
+ pod 'GoogleMLKit/PoseDetectionAccurate' , '7 .0.0'
14
+ pod 'GoogleMLKit/SegmentationSelfie' , '7 .0.0'
15
+ pod 'GoogleMLKit/TextRecognition' , '7 .0.0'
16
+ pod 'GoogleMLKit/TextRecognitionChinese' , '7 .0.0'
17
+ pod 'GoogleMLKit/TextRecognitionDevanagari' , '7 .0.0'
18
+ pod 'GoogleMLKit/TextRecognitionJapanese' , '7 .0.0'
19
+ pod 'GoogleMLKit/TextRecognitionKorean' , '7 .0.0'
20
20
21
21
target 'VisionExample' do
22
22
end
@@ -35,7 +35,7 @@ post_install do |installer|
35
35
project . targets . each do |target |
36
36
target . build_configurations . each do |config |
37
37
config . build_settings [ 'CODE_SIGNING_ALLOWED' ] = 'NO'
38
- config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '12.0 '
38
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '15.5 '
39
39
end
40
40
end
41
41
end
0 commit comments