From b89e4f53cb088b7d6aa63ec766f3387d6a55b81b Mon Sep 17 00:00:00 2001 From: Jakub Vallo Date: Tue, 9 Jul 2024 14:58:24 +0000 Subject: [PATCH] [dot_sdk_release workflow] release DOT iOS SDK 8.1.0 --- dot-camera/8.1.0/dot-camera.podspec | 25 +++++++++++++++ dot-capture/8.1.0/dot-capture.podspec | 25 +++++++++++++++ dot-core/8.1.0/dot-core.podspec | 25 +++++++++++++++ .../8.1.0/dot-document-commons.podspec | 25 +++++++++++++++ dot-document/8.1.0/dot-document.podspec | 31 +++++++++++++++++++ dot-document/dot-document_template.podspec | 2 +- .../dot-face-background-uniformity.podspec | 26 ++++++++++++++++ .../8.1.0/dot-face-commons.podspec | 25 +++++++++++++++ dot-face-core/8.1.0/dot-face-core.podspec | 31 +++++++++++++++++++ .../8.1.0/dot-face-detection-balanced.podspec | 26 ++++++++++++++++ .../8.1.0/dot-face-detection-fast.podspec | 26 ++++++++++++++++ .../8.1.0/dot-face-expression-neutral.podspec | 26 ++++++++++++++++ .../8.1.0/dot-face-eye-gaze-liveness.podspec | 26 ++++++++++++++++ dot-face-lite/8.1.0/dot-face-lite.podspec | 31 +++++++++++++++++++ dot-face-lite/dot-face-lite_template.podspec | 2 +- .../8.1.0/dot-face-passive-liveness.podspec | 26 ++++++++++++++++ .../8.1.0/dot-face-verification.podspec | 26 ++++++++++++++++ dot-nfc/8.1.0/dot-nfc.podspec | 28 +++++++++++++++++ sam-face/1.39.2/sam-face.podspec | 24 ++++++++++++++ sam/2.39.2/sam.podspec | 24 ++++++++++++++ 20 files changed, 478 insertions(+), 2 deletions(-) create mode 100644 dot-camera/8.1.0/dot-camera.podspec create mode 100644 dot-capture/8.1.0/dot-capture.podspec create mode 100644 dot-core/8.1.0/dot-core.podspec create mode 100644 dot-document-commons/8.1.0/dot-document-commons.podspec create mode 100644 dot-document/8.1.0/dot-document.podspec create mode 100644 dot-face-background-uniformity/8.1.0/dot-face-background-uniformity.podspec create mode 100644 dot-face-commons/8.1.0/dot-face-commons.podspec create mode 100644 dot-face-core/8.1.0/dot-face-core.podspec create mode 100644 dot-face-detection-balanced/8.1.0/dot-face-detection-balanced.podspec create mode 100644 dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec create mode 100644 dot-face-expression-neutral/8.1.0/dot-face-expression-neutral.podspec create mode 100644 dot-face-eye-gaze-liveness/8.1.0/dot-face-eye-gaze-liveness.podspec create mode 100644 dot-face-lite/8.1.0/dot-face-lite.podspec create mode 100644 dot-face-passive-liveness/8.1.0/dot-face-passive-liveness.podspec create mode 100644 dot-face-verification/8.1.0/dot-face-verification.podspec create mode 100644 dot-nfc/8.1.0/dot-nfc.podspec create mode 100644 sam-face/1.39.2/sam-face.podspec create mode 100644 sam/2.39.2/sam.podspec diff --git a/dot-camera/8.1.0/dot-camera.podspec b/dot-camera/8.1.0/dot-camera.podspec new file mode 100644 index 0000000..e79c2c3 --- /dev/null +++ b/dot-camera/8.1.0/dot-camera.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-camera' + s.version = '8.1.0' + s.summary = 'DOT iOS Camera' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotCamera/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-camera/#{s.version}/DotCamera.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotCamera/DotCamera.xcframework" + +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-capture/8.1.0/dot-capture.podspec b/dot-capture/8.1.0/dot-capture.podspec new file mode 100644 index 0000000..ca85ae2 --- /dev/null +++ b/dot-capture/8.1.0/dot-capture.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-capture' + s.version = '8.1.0' + s.summary = 'DOT iOS Capture' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotCapture/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-capture/#{s.version}/DotCapture.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotCapture/DotCapture.xcframework" + +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-core/8.1.0/dot-core.podspec b/dot-core/8.1.0/dot-core.podspec new file mode 100644 index 0000000..df64ffd --- /dev/null +++ b/dot-core/8.1.0/dot-core.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-core' + s.version = '8.1.0' + s.summary = 'DOT iOS Core' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotCore/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-core/#{s.version}/DotCore.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotCore/DotCore.xcframework" + +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-document-commons/8.1.0/dot-document-commons.podspec b/dot-document-commons/8.1.0/dot-document-commons.podspec new file mode 100644 index 0000000..edd6f65 --- /dev/null +++ b/dot-document-commons/8.1.0/dot-document-commons.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-document-commons' + s.version = '8.1.0' + s.summary = 'DOT iOS Document Commons' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocumentCommons/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document-commons/#{s.version}/DotDocumentCommons.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotDocumentCommons/DotDocumentCommons.xcframework" + +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-document/8.1.0/dot-document.podspec b/dot-document/8.1.0/dot-document.podspec new file mode 100644 index 0000000..f4a6250 --- /dev/null +++ b/dot-document/8.1.0/dot-document.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-document' + s.version = '8.1.0' + s.summary = 'DOT iOS Document' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocument/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document/#{s.version}/DotDocument.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework' + + s.ios.dependency 'sam', '2.39.2' + s.ios.dependency 'dot-protobuf', '1.7.0' + s.ios.dependency 'dot-core', '8.1.0' + s.ios.dependency 'dot-capture', '8.1.0' + s.ios.dependency 'dot-camera', '8.1.0' + s.ios.dependency 'dot-document-commons', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-document/dot-document_template.podspec b/dot-document/dot-document_template.podspec index ebd450a..b888bd6 100644 --- a/dot-document/dot-document_template.podspec +++ b/dot-document/dot-document_template.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework' - s.ios.dependency 'sam', '2.35.2' + s.ios.dependency 'sam', '2.39.2' s.ios.dependency 'dot-protobuf', '1.7.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' diff --git a/dot-face-background-uniformity/8.1.0/dot-face-background-uniformity.podspec b/dot-face-background-uniformity/8.1.0/dot-face-background-uniformity.podspec new file mode 100644 index 0000000..da3c58e --- /dev/null +++ b/dot-face-background-uniformity/8.1.0/dot-face-background-uniformity.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-background-uniformity' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Background Uniformity' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceBackgroundUniformity/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-background-uniformity/#{s.version}/DotFaceBackgroundUniformity.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceBackgroundUniformity/DotFaceBackgroundUniformity.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-commons/8.1.0/dot-face-commons.podspec b/dot-face-commons/8.1.0/dot-face-commons.podspec new file mode 100644 index 0000000..f729655 --- /dev/null +++ b/dot-face-commons/8.1.0/dot-face-commons.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-commons' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Commons' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCommons/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-commons/#{s.version}/DotFaceCommons.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceCommons/DotFaceCommons.xcframework" + +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-core/8.1.0/dot-face-core.podspec b/dot-face-core/8.1.0/dot-face-core.podspec new file mode 100644 index 0000000..2eb5c37 --- /dev/null +++ b/dot-face-core/8.1.0/dot-face-core.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-core' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Core' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCore/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-core/#{s.version}/DotFaceCore.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework" + + s.ios.dependency 'iface', '5.1.2' + s.ios.dependency 'dot-protobuf', '1.7.0' + s.ios.dependency 'dot-core', '8.1.0' + s.ios.dependency 'dot-capture', '8.1.0' + s.ios.dependency 'dot-camera', '8.1.0' + s.ios.dependency 'dot-face-commons', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-detection-balanced/8.1.0/dot-face-detection-balanced.podspec b/dot-face-detection-balanced/8.1.0/dot-face-detection-balanced.podspec new file mode 100644 index 0000000..9a13843 --- /dev/null +++ b/dot-face-detection-balanced/8.1.0/dot-face-detection-balanced.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-balanced' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Detection Balanced' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionBalanced/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-balanced/#{s.version}/DotFaceDetectionBalanced.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceDetectionBalanced/DotFaceDetectionBalanced.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec b/dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec new file mode 100644 index 0000000..a70ae94 --- /dev/null +++ b/dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-fast' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Detection Fast' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionFast/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-fast/#{s.version}/DotFaceDetectionFast.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceDetectionFast/DotFaceDetectionFast.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-expression-neutral/8.1.0/dot-face-expression-neutral.podspec b/dot-face-expression-neutral/8.1.0/dot-face-expression-neutral.podspec new file mode 100644 index 0000000..4a05a1f --- /dev/null +++ b/dot-face-expression-neutral/8.1.0/dot-face-expression-neutral.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-expression-neutral' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Expression Neutral' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceExpressionNeutral/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-expression-neutral/#{s.version}/DotFaceExpressionNeutral.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceExpressionNeutral/DotFaceExpressionNeutral.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-eye-gaze-liveness/8.1.0/dot-face-eye-gaze-liveness.podspec b/dot-face-eye-gaze-liveness/8.1.0/dot-face-eye-gaze-liveness.podspec new file mode 100644 index 0000000..9957aa8 --- /dev/null +++ b/dot-face-eye-gaze-liveness/8.1.0/dot-face-eye-gaze-liveness.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-eye-gaze-liveness' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Eye Gaze Liveness' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceEyeGazeLiveness/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-eye-gaze-liveness/#{s.version}/DotFaceEyeGazeLiveness.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceEyeGazeLiveness/DotFaceEyeGazeLiveness.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-lite/8.1.0/dot-face-lite.podspec b/dot-face-lite/8.1.0/dot-face-lite.podspec new file mode 100644 index 0000000..1d256ea --- /dev/null +++ b/dot-face-lite/8.1.0/dot-face-lite.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-lite' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Lite' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceLite/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-lite/#{s.version}/DotFaceLite.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework" + + s.ios.dependency 'sam-face', '1.39.2' + s.ios.dependency 'dot-protobuf', '1.7.0' + s.ios.dependency 'dot-core', '8.1.0' + s.ios.dependency 'dot-capture', '8.1.0' + s.ios.dependency 'dot-camera', '8.1.0' + s.ios.dependency 'dot-face-commons', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-lite/dot-face-lite_template.podspec b/dot-face-lite/dot-face-lite_template.podspec index 721fc25..66d84c6 100644 --- a/dot-face-lite/dot-face-lite_template.podspec +++ b/dot-face-lite/dot-face-lite_template.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework" - s.ios.dependency 'sam-face', '1.35.2' + s.ios.dependency 'sam-face', '1.39.2' s.ios.dependency 'dot-protobuf', '1.7.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' diff --git a/dot-face-passive-liveness/8.1.0/dot-face-passive-liveness.podspec b/dot-face-passive-liveness/8.1.0/dot-face-passive-liveness.podspec new file mode 100644 index 0000000..afa74b9 --- /dev/null +++ b/dot-face-passive-liveness/8.1.0/dot-face-passive-liveness.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-passive-liveness' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Passive Liveness' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFacePassiveLiveness/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-passive-liveness/#{s.version}/DotFacePassiveLiveness.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFacePassiveLiveness/DotFacePassiveLiveness.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-face-verification/8.1.0/dot-face-verification.podspec b/dot-face-verification/8.1.0/dot-face-verification.podspec new file mode 100644 index 0000000..45ac7cf --- /dev/null +++ b/dot-face-verification/8.1.0/dot-face-verification.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-verification' + s.version = '8.1.0' + s.summary = 'DOT iOS Face Verification' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceVerification/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-verification/#{s.version}/DotFaceVerification.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotFaceVerification/DotFaceVerification.xcframework" + + s.ios.dependency 'dot-face-core', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/dot-nfc/8.1.0/dot-nfc.podspec b/dot-nfc/8.1.0/dot-nfc.podspec new file mode 100644 index 0000000..dc237ef --- /dev/null +++ b/dot-nfc/8.1.0/dot-nfc.podspec @@ -0,0 +1,28 @@ +Pod::Spec.new do |s| + s.name = 'dot-nfc' + s.version = '8.1.0' + s.summary = 'DOT NFC framework' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'MIT', :file => 'DotNfc/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-nfc/#{s.version}/DotNfc.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotNfc/DotNfc.xcframework" + + s.ios.dependency 'dot-openssl', '1.2.1' + s.ios.dependency 'dot-core', '8.1.0' + s.ios.dependency 'dot-document-commons', '8.1.0' +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/sam-face/1.39.2/sam-face.podspec b/sam-face/1.39.2/sam-face.podspec new file mode 100644 index 0000000..b5be03d --- /dev/null +++ b/sam-face/1.39.2/sam-face.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'sam-face' + s.version = '1.39.2' + s.summary = 'sam-face' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'SamFace/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/sam-face/#{s.version}/SamFace.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "SamFace/SamFace.xcframework" +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it. diff --git a/sam/2.39.2/sam.podspec b/sam/2.39.2/sam.podspec new file mode 100644 index 0000000..280b92f --- /dev/null +++ b/sam/2.39.2/sam.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'sam' + s.version = '2.39.2' + s.summary = 'sam' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'Sam/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/sam/#{s.version}/Sam.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "Sam/sam.xcframework" +end + +# '0.1' exact version 0.1 +# '> 0.1' Any version higher than 0.1 +# '>= 0.1' Version 0.1 and any higher version +# '< 0.1' Any version lower than 0.1 +# '<= 0.1' Version 0.1 and any lower version +# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher +# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher +# '~> 0' Version 0 and higher, this is basically the same as not having it.