From bc38b1c480381f8535cf85f0cc163c47dc075ff9 Mon Sep 17 00:00:00 2001 From: Jakub Vallo Date: Fri, 10 Jan 2025 10:25:33 +0000 Subject: [PATCH] [dot_sdk_release workflow] release DOT iOS SDK 8.6.0 --- dot-camera/8.6.0/dot-camera.podspec | 25 +++++++++++++++ dot-capture/8.6.0/dot-capture.podspec | 25 +++++++++++++++ dot-core/8.6.0/dot-core.podspec | 25 +++++++++++++++ .../8.6.0/dot-document-commons.podspec | 25 +++++++++++++++ dot-document/8.6.0/dot-document.podspec | 30 ++++++++++++++++++ dot-document/dot-document_template.podspec | 2 +- .../dot-face-background-uniformity.podspec | 26 ++++++++++++++++ .../8.6.0/dot-face-commons.podspec | 25 +++++++++++++++ dot-face-core/8.6.0/dot-face-core.podspec | 31 +++++++++++++++++++ dot-face-core/dot-face-core_template.podspec | 2 +- .../8.6.0/dot-face-detection-balanced.podspec | 26 ++++++++++++++++ .../8.6.0/dot-face-detection-fast.podspec | 26 ++++++++++++++++ .../8.6.0/dot-face-expression-neutral.podspec | 26 ++++++++++++++++ .../8.6.0/dot-face-eye-gaze-liveness.podspec | 26 ++++++++++++++++ dot-face-lite/8.6.0/dot-face-lite.podspec | 30 ++++++++++++++++++ dot-face-lite/dot-face-lite_template.podspec | 2 +- .../8.6.0/dot-face-passive-liveness.podspec | 26 ++++++++++++++++ .../8.6.0/dot-face-verification.podspec | 26 ++++++++++++++++ dot-nfc/8.6.0/dot-nfc.podspec | 28 +++++++++++++++++ dot-palm-core/8.6.0/dot-palm-core.podspec | 29 +++++++++++++++++ dot-palm-core/dot-palm-core_template.podspec | 2 +- .../8.6.0/dot-palm-detection.podspec | 26 ++++++++++++++++ dot-protobuf/1.10.0/dot-protobuf.podspec | 25 +++++++++++++++ 23 files changed, 510 insertions(+), 4 deletions(-) create mode 100644 dot-camera/8.6.0/dot-camera.podspec create mode 100644 dot-capture/8.6.0/dot-capture.podspec create mode 100644 dot-core/8.6.0/dot-core.podspec create mode 100644 dot-document-commons/8.6.0/dot-document-commons.podspec create mode 100644 dot-document/8.6.0/dot-document.podspec create mode 100644 dot-face-background-uniformity/8.6.0/dot-face-background-uniformity.podspec create mode 100644 dot-face-commons/8.6.0/dot-face-commons.podspec create mode 100644 dot-face-core/8.6.0/dot-face-core.podspec create mode 100644 dot-face-detection-balanced/8.6.0/dot-face-detection-balanced.podspec create mode 100644 dot-face-detection-fast/8.6.0/dot-face-detection-fast.podspec create mode 100644 dot-face-expression-neutral/8.6.0/dot-face-expression-neutral.podspec create mode 100644 dot-face-eye-gaze-liveness/8.6.0/dot-face-eye-gaze-liveness.podspec create mode 100644 dot-face-lite/8.6.0/dot-face-lite.podspec create mode 100644 dot-face-passive-liveness/8.6.0/dot-face-passive-liveness.podspec create mode 100644 dot-face-verification/8.6.0/dot-face-verification.podspec create mode 100644 dot-nfc/8.6.0/dot-nfc.podspec create mode 100644 dot-palm-core/8.6.0/dot-palm-core.podspec create mode 100644 dot-palm-detection/8.6.0/dot-palm-detection.podspec create mode 100644 dot-protobuf/1.10.0/dot-protobuf.podspec diff --git a/dot-camera/8.6.0/dot-camera.podspec b/dot-camera/8.6.0/dot-camera.podspec new file mode 100644 index 0000000..65ca32f --- /dev/null +++ b/dot-camera/8.6.0/dot-camera.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-camera' + s.version = '8.6.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.6.0/dot-capture.podspec b/dot-capture/8.6.0/dot-capture.podspec new file mode 100644 index 0000000..6c9ea7a --- /dev/null +++ b/dot-capture/8.6.0/dot-capture.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-capture' + s.version = '8.6.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.6.0/dot-core.podspec b/dot-core/8.6.0/dot-core.podspec new file mode 100644 index 0000000..4b05794 --- /dev/null +++ b/dot-core/8.6.0/dot-core.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-core' + s.version = '8.6.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.6.0/dot-document-commons.podspec b/dot-document-commons/8.6.0/dot-document-commons.podspec new file mode 100644 index 0000000..136585d --- /dev/null +++ b/dot-document-commons/8.6.0/dot-document-commons.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-document-commons' + s.version = '8.6.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.6.0/dot-document.podspec b/dot-document/8.6.0/dot-document.podspec new file mode 100644 index 0000000..b3d572e --- /dev/null +++ b/dot-document/8.6.0/dot-document.podspec @@ -0,0 +1,30 @@ +Pod::Spec.new do |s| + s.name = 'dot-document' + s.version = '8.6.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 'dot-protobuf', '1.10.0' + s.ios.dependency 'dot-core', '8.6.0' + s.ios.dependency 'dot-capture', '8.6.0' + s.ios.dependency 'dot-camera', '8.6.0' + s.ios.dependency 'dot-document-commons', '8.6.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 dc5cfe4..96a13f4 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 'dot-protobuf', '1.9.0' + s.ios.dependency 'dot-protobuf', '1.10.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' s.ios.dependency 'dot-camera', '{version}' diff --git a/dot-face-background-uniformity/8.6.0/dot-face-background-uniformity.podspec b/dot-face-background-uniformity/8.6.0/dot-face-background-uniformity.podspec new file mode 100644 index 0000000..3d9e201 --- /dev/null +++ b/dot-face-background-uniformity/8.6.0/dot-face-background-uniformity.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-background-uniformity' + s.version = '8.6.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.6.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.6.0/dot-face-commons.podspec b/dot-face-commons/8.6.0/dot-face-commons.podspec new file mode 100644 index 0000000..8a3867e --- /dev/null +++ b/dot-face-commons/8.6.0/dot-face-commons.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-commons' + s.version = '8.6.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.6.0/dot-face-core.podspec b/dot-face-core/8.6.0/dot-face-core.podspec new file mode 100644 index 0000000..4dc5841 --- /dev/null +++ b/dot-face-core/8.6.0/dot-face-core.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-core' + s.version = '8.6.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.10.0' + s.ios.dependency 'dot-core', '8.6.0' + s.ios.dependency 'dot-capture', '8.6.0' + s.ios.dependency 'dot-camera', '8.6.0' + s.ios.dependency 'dot-face-commons', '8.6.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-core/dot-face-core_template.podspec b/dot-face-core/dot-face-core_template.podspec index 5fab99b..253a938 100644 --- a/dot-face-core/dot-face-core_template.podspec +++ b/dot-face-core/dot-face-core_template.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework" s.ios.dependency 'iface', '5.1.2' - s.ios.dependency 'dot-protobuf', '1.9.0' + s.ios.dependency 'dot-protobuf', '1.10.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' s.ios.dependency 'dot-camera', '{version}' diff --git a/dot-face-detection-balanced/8.6.0/dot-face-detection-balanced.podspec b/dot-face-detection-balanced/8.6.0/dot-face-detection-balanced.podspec new file mode 100644 index 0000000..bed2049 --- /dev/null +++ b/dot-face-detection-balanced/8.6.0/dot-face-detection-balanced.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-balanced' + s.version = '8.6.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.6.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.6.0/dot-face-detection-fast.podspec b/dot-face-detection-fast/8.6.0/dot-face-detection-fast.podspec new file mode 100644 index 0000000..9ce7b94 --- /dev/null +++ b/dot-face-detection-fast/8.6.0/dot-face-detection-fast.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-fast' + s.version = '8.6.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.6.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.6.0/dot-face-expression-neutral.podspec b/dot-face-expression-neutral/8.6.0/dot-face-expression-neutral.podspec new file mode 100644 index 0000000..39d8e14 --- /dev/null +++ b/dot-face-expression-neutral/8.6.0/dot-face-expression-neutral.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-expression-neutral' + s.version = '8.6.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.6.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.6.0/dot-face-eye-gaze-liveness.podspec b/dot-face-eye-gaze-liveness/8.6.0/dot-face-eye-gaze-liveness.podspec new file mode 100644 index 0000000..549b189 --- /dev/null +++ b/dot-face-eye-gaze-liveness/8.6.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.6.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.6.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.6.0/dot-face-lite.podspec b/dot-face-lite/8.6.0/dot-face-lite.podspec new file mode 100644 index 0000000..4a5a7a1 --- /dev/null +++ b/dot-face-lite/8.6.0/dot-face-lite.podspec @@ -0,0 +1,30 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-lite' + s.version = '8.6.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 'dot-protobuf', '1.10.0' + s.ios.dependency 'dot-core', '8.6.0' + s.ios.dependency 'dot-capture', '8.6.0' + s.ios.dependency 'dot-camera', '8.6.0' + s.ios.dependency 'dot-face-commons', '8.6.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 03eca4e..a04a22a 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 'dot-protobuf', '1.9.0' + s.ios.dependency 'dot-protobuf', '1.10.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' s.ios.dependency 'dot-camera', '{version}' diff --git a/dot-face-passive-liveness/8.6.0/dot-face-passive-liveness.podspec b/dot-face-passive-liveness/8.6.0/dot-face-passive-liveness.podspec new file mode 100644 index 0000000..ea6a444 --- /dev/null +++ b/dot-face-passive-liveness/8.6.0/dot-face-passive-liveness.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-passive-liveness' + s.version = '8.6.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.6.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.6.0/dot-face-verification.podspec b/dot-face-verification/8.6.0/dot-face-verification.podspec new file mode 100644 index 0000000..6a8cc0f --- /dev/null +++ b/dot-face-verification/8.6.0/dot-face-verification.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-verification' + s.version = '8.6.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.6.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.6.0/dot-nfc.podspec b/dot-nfc/8.6.0/dot-nfc.podspec new file mode 100644 index 0000000..823e5e4 --- /dev/null +++ b/dot-nfc/8.6.0/dot-nfc.podspec @@ -0,0 +1,28 @@ +Pod::Spec.new do |s| + s.name = 'dot-nfc' + s.version = '8.6.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.6.0' + s.ios.dependency 'dot-document-commons', '8.6.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-palm-core/8.6.0/dot-palm-core.podspec b/dot-palm-core/8.6.0/dot-palm-core.podspec new file mode 100644 index 0000000..7080c9f --- /dev/null +++ b/dot-palm-core/8.6.0/dot-palm-core.podspec @@ -0,0 +1,29 @@ +Pod::Spec.new do |s| + s.name = 'dot-palm-core' + s.version = '8.6.0' + s.summary = 'DOT iOS Palm Core' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotPalmCore/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-palm-core/#{s.version}/DotPalmCore.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = 'DotPalmCore/DotPalmCore.xcframework' + + s.ios.dependency 'dot-protobuf', '1.10.0' + s.ios.dependency 'dot-core', '8.6.0' + s.ios.dependency 'dot-capture', '8.6.0' + s.ios.dependency 'dot-camera', '8.6.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-palm-core/dot-palm-core_template.podspec b/dot-palm-core/dot-palm-core_template.podspec index 5e25976..b6afb1f 100644 --- a/dot-palm-core/dot-palm-core_template.podspec +++ b/dot-palm-core/dot-palm-core_template.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.ios.vendored_frameworks = 'DotPalmCore/DotPalmCore.xcframework' - s.ios.dependency 'dot-protobuf', '1.9.0' + s.ios.dependency 'dot-protobuf', '1.10.0' s.ios.dependency 'dot-core', '{version}' s.ios.dependency 'dot-capture', '{version}' s.ios.dependency 'dot-camera', '{version}' diff --git a/dot-palm-detection/8.6.0/dot-palm-detection.podspec b/dot-palm-detection/8.6.0/dot-palm-detection.podspec new file mode 100644 index 0000000..f22714f --- /dev/null +++ b/dot-palm-detection/8.6.0/dot-palm-detection.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-palm-detection' + s.version = '8.6.0' + s.summary = 'DOT iOS Palm Detection' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotPalmDetection/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-palm-detection/#{s.version}/DotPalmDetection.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotPalmDetection/DotPalmDetection.xcframework" + + s.ios.dependency 'dot-palm-core', '8.6.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-protobuf/1.10.0/dot-protobuf.podspec b/dot-protobuf/1.10.0/dot-protobuf.podspec new file mode 100644 index 0000000..cc9ab35 --- /dev/null +++ b/dot-protobuf/1.10.0/dot-protobuf.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-protobuf' + s.version = '1.10.0' + s.summary = 'DOT iOS Protocol Buffers' + s.homepage = 'https://www.innovatrics.com' + + s.author = { 'Jakub Vallo' => 'jakub.vallo@innovatrics.com' } + s.license = { :type => 'Innovatrics DOT License', :file => 'DotProtocolBuffers/LICENSE' } + + + s.platform = :ios + s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-protobuf/#{s.version}/DotProtocolBuffers.zip" } + s.ios.deployment_target = '12.0' + s.ios.vendored_frameworks = "DotProtocolBuffers/DotProtocolBuffers.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.