@@ -172,7 +172,7 @@ void SetArtifactsPodSpecs ()
172172 PodSpec . Create ( "FirebaseInstanceID" , "4.3.3" , frameworkSource : FrameworkSource . Pods )
173173 } ;
174174 FIREBASE_MLKIT_ARTIFACT . PodSpecs = new [ ] {
175- PodSpec . Create ( "Firebase" , "6.21 .0" , subSpecs : new [ ] { "MLCommon" , "MLModelInterpreter" , "MLNaturalLanguage" , "MLVision" } )
175+ PodSpec . Create ( "Firebase" , "6.22 .0" , subSpecs : new [ ] { "MLCommon" , "MLModelInterpreter" , "MLNaturalLanguage" , "MLVision" } )
176176 } ;
177177 FIREBASE_MLKIT_COMMON_ARTIFACT . PodSpecs = new [ ] {
178178 PodSpec . Create ( "Firebase" , "6.22.0" , subSpecs : new [ ] { "MLCommon" } ) ,
@@ -186,7 +186,7 @@ void SetArtifactsPodSpecs ()
186186 PodSpec . Create ( "Firebase" , "6.22.0" , subSpecs : new [ ] { "MLNaturalLanguage" , "MLNLLanguageID" , "MLNLSmartReply" , "MLNLTranslate" } )
187187 } ;
188188 FIREBASE_MLKIT_VISION_ARTIFACT . PodSpecs = new [ ] {
189- PodSpec . Create ( "Firebase" , "6.21 .0" , subSpecs : new [ ] { "MLVision" , "MLVisionAutoML" , "MLVisionBarcodeModel" , "MLVisionFaceModel" , "MLVisionLabelModel" , "MLVisionTextModel" , "MLVisionObjectDetection" } )
189+ PodSpec . Create ( "Firebase" , "6.22 .0" , subSpecs : new [ ] { "MLVision" , "MLVisionAutoML" , "MLVisionBarcodeModel" , "MLVisionFaceModel" , "MLVisionLabelModel" , "MLVisionTextModel" , "MLVisionObjectDetection" } )
190190 } ;
191191 FIREBASE_PERFORMANCE_MONITORING_ARTIFACT . PodSpecs = new [ ] {
192192 PodSpec . Create ( "Firebase" , "6.22.0" , subSpecs : new [ ] { "Performance" } )
0 commit comments