diff --git a/dot-camera/7.5.2/dot-camera.podspec b/dot-camera/7.5.2/dot-camera.podspec new file mode 100644 index 0000000..51bc7f8 --- /dev/null +++ b/dot-camera/7.5.2/dot-camera.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-camera' + s.version = '7.5.2' + 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 = '11.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/7.5.2/dot-capture.podspec b/dot-capture/7.5.2/dot-capture.podspec new file mode 100644 index 0000000..c3b99e9 --- /dev/null +++ b/dot-capture/7.5.2/dot-capture.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-capture' + s.version = '7.5.2' + 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 = '11.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/7.5.2/dot-core.podspec b/dot-core/7.5.2/dot-core.podspec new file mode 100644 index 0000000..5af7ceb --- /dev/null +++ b/dot-core/7.5.2/dot-core.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-core' + s.version = '7.5.2' + 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 = '11.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/7.5.2/dot-document.podspec b/dot-document/7.5.2/dot-document.podspec new file mode 100644 index 0000000..91fa506 --- /dev/null +++ b/dot-document/7.5.2/dot-document.podspec @@ -0,0 +1,30 @@ +Pod::Spec.new do |s| + s.name = 'dot-document' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = 'DotDocument/DotDocument.xcframework' + + s.ios.dependency 'sam', '2.35.2' + s.ios.dependency 'dot-protobuf', '1.5.1' + s.ios.dependency 'dot-core', '7.5.2' + s.ios.dependency 'dot-capture', '7.5.2' + s.ios.dependency 'dot-camera', '7.5.2' +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-background-uniformity/7.5.2/dot-face-background-uniformity.podspec b/dot-face-background-uniformity/7.5.2/dot-face-background-uniformity.podspec new file mode 100644 index 0000000..d4cf307 --- /dev/null +++ b/dot-face-background-uniformity/7.5.2/dot-face-background-uniformity.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-background-uniformity' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceBackgroundUniformity/DotFaceBackgroundUniformity.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-commons.podspec b/dot-face-commons/7.5.2/dot-face-commons.podspec new file mode 100644 index 0000000..b63375b --- /dev/null +++ b/dot-face-commons/7.5.2/dot-face-commons.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-commons' + s.version = '7.5.2' + 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 = '11.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/7.5.2/dot-face-core.podspec b/dot-face-core/7.5.2/dot-face-core.podspec new file mode 100644 index 0000000..f99f8c3 --- /dev/null +++ b/dot-face-core/7.5.2/dot-face-core.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-core' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceCore/DotFaceCore.xcframework" + + s.ios.dependency 'iface', '5.1.2' + s.ios.dependency 'dot-protobuf', '1.5.1' + s.ios.dependency 'dot-core', '7.5.2' + s.ios.dependency 'dot-capture', '7.5.2' + s.ios.dependency 'dot-camera', '7.5.2' + s.ios.dependency 'dot-face-commons', '7.5.2' +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/7.5.2/dot-face-detection-balanced.podspec b/dot-face-detection-balanced/7.5.2/dot-face-detection-balanced.podspec new file mode 100644 index 0000000..b84d854 --- /dev/null +++ b/dot-face-detection-balanced/7.5.2/dot-face-detection-balanced.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-balanced' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceDetectionBalanced/DotFaceDetectionBalanced.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-detection-fast.podspec b/dot-face-detection-fast/7.5.2/dot-face-detection-fast.podspec new file mode 100644 index 0000000..e78532a --- /dev/null +++ b/dot-face-detection-fast/7.5.2/dot-face-detection-fast.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-detection-fast' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceDetectionFast/DotFaceDetectionFast.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-expression-neutral.podspec b/dot-face-expression-neutral/7.5.2/dot-face-expression-neutral.podspec new file mode 100644 index 0000000..ff0beff --- /dev/null +++ b/dot-face-expression-neutral/7.5.2/dot-face-expression-neutral.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-expression-neutral' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceExpressionNeutral/DotFaceExpressionNeutral.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-eye-gaze-liveness.podspec b/dot-face-eye-gaze-liveness/7.5.2/dot-face-eye-gaze-liveness.podspec new file mode 100644 index 0000000..4bdc54d --- /dev/null +++ b/dot-face-eye-gaze-liveness/7.5.2/dot-face-eye-gaze-liveness.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-eye-gaze-liveness' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceEyeGazeLiveness/DotFaceEyeGazeLiveness.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-lite.podspec b/dot-face-lite/7.5.2/dot-face-lite.podspec new file mode 100644 index 0000000..e374124 --- /dev/null +++ b/dot-face-lite/7.5.2/dot-face-lite.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-lite' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceLite/DotFaceLite.xcframework" + + s.ios.dependency 'sam-face', '1.35.2' + s.ios.dependency 'dot-protobuf', '1.5.1' + s.ios.dependency 'dot-core', '7.5.2' + s.ios.dependency 'dot-capture', '7.5.2' + s.ios.dependency 'dot-camera', '7.5.2' + s.ios.dependency 'dot-face-commons', '7.5.2' +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-passive-liveness/7.5.2/dot-face-passive-liveness.podspec b/dot-face-passive-liveness/7.5.2/dot-face-passive-liveness.podspec new file mode 100644 index 0000000..697e5c4 --- /dev/null +++ b/dot-face-passive-liveness/7.5.2/dot-face-passive-liveness.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-passive-liveness' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFacePassiveLiveness/DotFacePassiveLiveness.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-face-verification.podspec b/dot-face-verification/7.5.2/dot-face-verification.podspec new file mode 100644 index 0000000..a97ff38 --- /dev/null +++ b/dot-face-verification/7.5.2/dot-face-verification.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'dot-face-verification' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotFaceVerification/DotFaceVerification.xcframework" + + s.ios.dependency 'dot-face-core', '7.5.2' +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/7.5.2/dot-nfc.podspec b/dot-nfc/7.5.2/dot-nfc.podspec new file mode 100644 index 0000000..73627e3 --- /dev/null +++ b/dot-nfc/7.5.2/dot-nfc.podspec @@ -0,0 +1,27 @@ +Pod::Spec.new do |s| + s.name = 'dot-nfc' + s.version = '7.5.2' + 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 = '11.0' + s.ios.vendored_frameworks = "DotNfc/DotNfc.xcframework" + + s.ios.dependency 'dot-openssl', '1.2.1' + s.ios.dependency 'dot-core', '7.5.2' +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.