File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313 s . homepage = 'https://regulaforensics.com'
1414
1515 s . source = { http : "file:#{ source } " }
16- s . ios . deployment_target = '11 .0'
16+ s . ios . deployment_target = '13 .0'
1717 s . source_files = 'ios/**/*.{h,m}'
1818 s . dependency 'FaceSDK' , '6.4.2453'
1919 s . dependency 'React'
Original file line number Diff line number Diff line change 442442 "$(inherited)",
443443 );
444444 INFOPLIST_FILE = FaceApiTests/Info.plist;
445- IPHONEOS_DEPLOYMENT_TARGET = 12.4 ;
445+ IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
446446 LD_RUNPATH_SEARCH_PATHS = (
447447 "$(inherited)",
448448 "@executable_path/Frameworks",
466466 BUNDLE_LOADER = "$(TEST_HOST)";
467467 COPY_PHASE_STRIP = NO;
468468 INFOPLIST_FILE = FaceApiTests/Info.plist;
469- IPHONEOS_DEPLOYMENT_TARGET = 12.4 ;
469+ IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
470470 LD_RUNPATH_SEARCH_PATHS = (
471471 "$(inherited)",
472472 "@executable_path/Frameworks",
594594 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
595595 GCC_WARN_UNUSED_FUNCTION = YES;
596596 GCC_WARN_UNUSED_VARIABLE = YES;
597- IPHONEOS_DEPLOYMENT_TARGET = 12.4 ;
597+ IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
598598 LD_RUNPATH_SEARCH_PATHS = (
599599 /usr/lib/swift,
600600 "$(inherited)",
660660 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
661661 GCC_WARN_UNUSED_FUNCTION = YES;
662662 GCC_WARN_UNUSED_VARIABLE = YES;
663- IPHONEOS_DEPLOYMENT_TARGET = 12.4 ;
663+ IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
664664 LD_RUNPATH_SEARCH_PATHS = (
665665 /usr/lib/swift,
666666 "$(inherited)",
Original file line number Diff line number Diff line change 1+ source "https://github.com/CocoaPods/Specs.git"
2+
13# Resolve react_native_pods.rb with node to allow for hoisting
24require Pod ::Executable . execute_command ( 'node' , [ '-p' ,
35 'require.resolve(
Original file line number Diff line number Diff line change 1010 "test" : " jest"
1111 },
1212 "dependencies" : {
13- "@regulaforensics/react-native-face-api" : " 6.4.487 " ,
14- "@regulaforensics/react-native-face-core-basic" : " 6.4.184 " ,
13+ "@regulaforensics/react-native-face-api" : " 6.4.490 " ,
14+ "@regulaforensics/react-native-face-core-basic" : " 6.4.199 " ,
1515 "react" : " 18.2.0" ,
1616 "react-native" : " 0.73.4" ,
1717 "react-native-image-picker" : " 7.1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @regulaforensics/react-native-face-api" ,
3- "version" : " 6.4.487 " ,
3+ "version" : " 6.4.490 " ,
44 "description" : " React Native module for compairing faces using phone`s camera" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments