Skip to content

Commit

Permalink
[dot_sdk_release workflow] release DOT iOS SDK 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vallo committed Jul 9, 2024
1 parent db5fcb6 commit b89e4f5
Show file tree
Hide file tree
Showing 20 changed files with 478 additions and 2 deletions.
25 changes: 25 additions & 0 deletions dot-camera/8.1.0/dot-camera.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
25 changes: 25 additions & 0 deletions dot-capture/8.1.0/dot-capture.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
25 changes: 25 additions & 0 deletions dot-core/8.1.0/dot-core.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
25 changes: 25 additions & 0 deletions dot-document-commons/8.1.0/dot-document-commons.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
31 changes: 31 additions & 0 deletions dot-document/8.1.0/dot-document.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
2 changes: 1 addition & 1 deletion dot-document/dot-document_template.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
25 changes: 25 additions & 0 deletions dot-face-commons/8.1.0/dot-face-commons.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
31 changes: 31 additions & 0 deletions dot-face-core/8.1.0/dot-face-core.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
26 changes: 26 additions & 0 deletions dot-face-detection-fast/8.1.0/dot-face-detection-fast.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
31 changes: 31 additions & 0 deletions dot-face-lite/8.1.0/dot-face-lite.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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.
2 changes: 1 addition & 1 deletion dot-face-lite/dot-face-lite_template.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
Loading

0 comments on commit b89e4f5

Please sign in to comment.