Skip to content

Commit 68eeb4b

Browse files
author
Jakub Vallo
committed
[dot_sdk_release workflow] release DOT iOS SDK 8.5.0
1 parent d5caffd commit 68eeb4b

File tree

23 files changed

+510
-4
lines changed

23 files changed

+510
-4
lines changed

dot-camera/8.5.0/dot-camera.podspec

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-camera'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Camera'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCamera/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-camera/#{s.version}/DotCamera.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotCamera/DotCamera.xcframework"
15+
16+
end
17+
18+
# '0.1' exact version 0.1
19+
# '> 0.1' Any version higher than 0.1
20+
# '>= 0.1' Version 0.1 and any higher version
21+
# '< 0.1' Any version lower than 0.1
22+
# '<= 0.1' Version 0.1 and any lower version
23+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
24+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
25+
# '~> 0' Version 0 and higher, this is basically the same as not having it.

dot-capture/8.5.0/dot-capture.podspec

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-capture'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Capture'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCapture/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-capture/#{s.version}/DotCapture.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotCapture/DotCapture.xcframework"
15+
16+
end
17+
18+
# '0.1' exact version 0.1
19+
# '> 0.1' Any version higher than 0.1
20+
# '>= 0.1' Version 0.1 and any higher version
21+
# '< 0.1' Any version lower than 0.1
22+
# '<= 0.1' Version 0.1 and any lower version
23+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
24+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
25+
# '~> 0' Version 0 and higher, this is basically the same as not having it.

dot-core/8.5.0/dot-core.podspec

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-core'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Core'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotCore/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-core/#{s.version}/DotCore.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotCore/DotCore.xcframework"
15+
16+
end
17+
18+
# '0.1' exact version 0.1
19+
# '> 0.1' Any version higher than 0.1
20+
# '>= 0.1' Version 0.1 and any higher version
21+
# '< 0.1' Any version lower than 0.1
22+
# '<= 0.1' Version 0.1 and any lower version
23+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
24+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
25+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-document-commons'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Document Commons'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocumentCommons/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document-commons/#{s.version}/DotDocumentCommons.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotDocumentCommons/DotDocumentCommons.xcframework"
15+
16+
end
17+
18+
# '0.1' exact version 0.1
19+
# '> 0.1' Any version higher than 0.1
20+
# '>= 0.1' Version 0.1 and any higher version
21+
# '< 0.1' Any version lower than 0.1
22+
# '<= 0.1' Version 0.1 and any lower version
23+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
24+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
25+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-document'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Document'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotDocument/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-document/#{s.version}/DotDocument.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework'
15+
16+
s.ios.dependency 'dot-protobuf', '1.9.0'
17+
s.ios.dependency 'dot-core', '8.5.0'
18+
s.ios.dependency 'dot-capture', '8.5.0'
19+
s.ios.dependency 'dot-camera', '8.5.0'
20+
s.ios.dependency 'dot-document-commons', '8.5.0'
21+
end
22+
23+
# '0.1' exact version 0.1
24+
# '> 0.1' Any version higher than 0.1
25+
# '>= 0.1' Version 0.1 and any higher version
26+
# '< 0.1' Any version lower than 0.1
27+
# '<= 0.1' Version 0.1 and any lower version
28+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
29+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
30+
# '~> 0' Version 0 and higher, this is basically the same as not having it.

dot-document/dot-document_template.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.ios.deployment_target = '12.0'
1414
s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework'
1515

16-
s.ios.dependency 'dot-protobuf', '1.8.0'
16+
s.ios.dependency 'dot-protobuf', '1.9.0'
1717
s.ios.dependency 'dot-core', '{version}'
1818
s.ios.dependency 'dot-capture', '{version}'
1919
s.ios.dependency 'dot-camera', '{version}'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-background-uniformity'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Background Uniformity'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceBackgroundUniformity/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-background-uniformity/#{s.version}/DotFaceBackgroundUniformity.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceBackgroundUniformity/DotFaceBackgroundUniformity.xcframework"
15+
16+
s.ios.dependency 'dot-face-core', '8.5.0'
17+
end
18+
19+
# '0.1' exact version 0.1
20+
# '> 0.1' Any version higher than 0.1
21+
# '>= 0.1' Version 0.1 and any higher version
22+
# '< 0.1' Any version lower than 0.1
23+
# '<= 0.1' Version 0.1 and any lower version
24+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
25+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
26+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-commons'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Commons'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCommons/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-commons/#{s.version}/DotFaceCommons.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceCommons/DotFaceCommons.xcframework"
15+
16+
end
17+
18+
# '0.1' exact version 0.1
19+
# '> 0.1' Any version higher than 0.1
20+
# '>= 0.1' Version 0.1 and any higher version
21+
# '< 0.1' Any version lower than 0.1
22+
# '<= 0.1' Version 0.1 and any lower version
23+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
24+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
25+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-core'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Core'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceCore/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-core/#{s.version}/DotFaceCore.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework"
15+
16+
s.ios.dependency 'iface', '5.1.2'
17+
s.ios.dependency 'dot-protobuf', '1.9.0'
18+
s.ios.dependency 'dot-core', '8.5.0'
19+
s.ios.dependency 'dot-capture', '8.5.0'
20+
s.ios.dependency 'dot-camera', '8.5.0'
21+
s.ios.dependency 'dot-face-commons', '8.5.0'
22+
end
23+
24+
# '0.1' exact version 0.1
25+
# '> 0.1' Any version higher than 0.1
26+
# '>= 0.1' Version 0.1 and any higher version
27+
# '< 0.1' Any version lower than 0.1
28+
# '<= 0.1' Version 0.1 and any lower version
29+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
30+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
31+
# '~> 0' Version 0 and higher, this is basically the same as not having it.

dot-face-core/dot-face-core_template.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework"
1515

1616
s.ios.dependency 'iface', '5.1.2'
17-
s.ios.dependency 'dot-protobuf', '1.8.0'
17+
s.ios.dependency 'dot-protobuf', '1.9.0'
1818
s.ios.dependency 'dot-core', '{version}'
1919
s.ios.dependency 'dot-capture', '{version}'
2020
s.ios.dependency 'dot-camera', '{version}'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-detection-balanced'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Detection Balanced'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionBalanced/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-balanced/#{s.version}/DotFaceDetectionBalanced.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceDetectionBalanced/DotFaceDetectionBalanced.xcframework"
15+
16+
s.ios.dependency 'dot-face-core', '8.5.0'
17+
end
18+
19+
# '0.1' exact version 0.1
20+
# '> 0.1' Any version higher than 0.1
21+
# '>= 0.1' Version 0.1 and any higher version
22+
# '< 0.1' Any version lower than 0.1
23+
# '<= 0.1' Version 0.1 and any lower version
24+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
25+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
26+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-detection-fast'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Detection Fast'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceDetectionFast/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-detection-fast/#{s.version}/DotFaceDetectionFast.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceDetectionFast/DotFaceDetectionFast.xcframework"
15+
16+
s.ios.dependency 'dot-face-core', '8.5.0'
17+
end
18+
19+
# '0.1' exact version 0.1
20+
# '> 0.1' Any version higher than 0.1
21+
# '>= 0.1' Version 0.1 and any higher version
22+
# '< 0.1' Any version lower than 0.1
23+
# '<= 0.1' Version 0.1 and any lower version
24+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
25+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
26+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-expression-neutral'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Expression Neutral'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceExpressionNeutral/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-expression-neutral/#{s.version}/DotFaceExpressionNeutral.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceExpressionNeutral/DotFaceExpressionNeutral.xcframework"
15+
16+
s.ios.dependency 'dot-face-core', '8.5.0'
17+
end
18+
19+
# '0.1' exact version 0.1
20+
# '> 0.1' Any version higher than 0.1
21+
# '>= 0.1' Version 0.1 and any higher version
22+
# '< 0.1' Any version lower than 0.1
23+
# '<= 0.1' Version 0.1 and any lower version
24+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
25+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
26+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-eye-gaze-liveness'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Eye Gaze Liveness'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceEyeGazeLiveness/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-eye-gaze-liveness/#{s.version}/DotFaceEyeGazeLiveness.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceEyeGazeLiveness/DotFaceEyeGazeLiveness.xcframework"
15+
16+
s.ios.dependency 'dot-face-core', '8.5.0'
17+
end
18+
19+
# '0.1' exact version 0.1
20+
# '> 0.1' Any version higher than 0.1
21+
# '>= 0.1' Version 0.1 and any higher version
22+
# '< 0.1' Any version lower than 0.1
23+
# '<= 0.1' Version 0.1 and any lower version
24+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
25+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
26+
# '~> 0' Version 0 and higher, this is basically the same as not having it.
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'dot-face-lite'
3+
s.version = '8.5.0'
4+
s.summary = 'DOT iOS Face Lite'
5+
s.homepage = 'https://www.innovatrics.com'
6+
7+
s.author = { 'Jakub Vallo' => '[email protected]' }
8+
s.license = { :type => 'Innovatrics DOT License', :file => 'DotFaceLite/LICENSE' }
9+
10+
11+
s.platform = :ios
12+
s.source = { :http => "https://s3.eu-central-1.amazonaws.com/ios-frameworks.innovatrics.com/dot-face-lite/#{s.version}/DotFaceLite.zip" }
13+
s.ios.deployment_target = '12.0'
14+
s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework"
15+
16+
s.ios.dependency 'dot-protobuf', '1.9.0'
17+
s.ios.dependency 'dot-core', '8.5.0'
18+
s.ios.dependency 'dot-capture', '8.5.0'
19+
s.ios.dependency 'dot-camera', '8.5.0'
20+
s.ios.dependency 'dot-face-commons', '8.5.0'
21+
end
22+
23+
# '0.1' exact version 0.1
24+
# '> 0.1' Any version higher than 0.1
25+
# '>= 0.1' Version 0.1 and any higher version
26+
# '< 0.1' Any version lower than 0.1
27+
# '<= 0.1' Version 0.1 and any lower version
28+
# '~> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
29+
# '~> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
30+
# '~> 0' Version 0 and higher, this is basically the same as not having it.

dot-face-lite/dot-face-lite_template.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.ios.deployment_target = '12.0'
1414
s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework"
1515

16-
s.ios.dependency 'dot-protobuf', '1.8.0'
16+
s.ios.dependency 'dot-protobuf', '1.9.0'
1717
s.ios.dependency 'dot-core', '{version}'
1818
s.ios.dependency 'dot-capture', '{version}'
1919
s.ios.dependency 'dot-camera', '{version}'

0 commit comments

Comments
 (0)