From e54068137d308c92c8e760a159a27d5edec79e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Sa=CC=81enz?= Date: Fri, 23 Jun 2023 17:15:01 +0200 Subject: [PATCH 1/2] Added podspec --- DeviceRisk.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 DeviceRisk.podspec diff --git a/DeviceRisk.podspec b/DeviceRisk.podspec new file mode 100644 index 0000000..7f75bd5 --- /dev/null +++ b/DeviceRisk.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "DeviceRisk" + s.version = "5.4.1" + s.summary = "Device Risk SDK for iOS" + s.description = <<-DESC + FraudForce is now Device Risk. Our device-based products, such as Device Risk and Device-Based Authentication + (formerly ClearKey), are critical components of our fraud and identity solutions; the new names make it easy + to quickly understand our extensive capabilities. We have united these solutions under the TransUnion + TruValidate brand. We have taken care not to update anything that might affect your implementations; as a + result you'll still see legacy names in some places. + DESC + s.homepage = "https://www.iovation.com" + s.author = { "iovation" => "mark-sanvitale-iovation" } + s.source = { :git => "https://github.com/iovation/deviceprint-SDK-iOS.git", :tag => s.version.to_s } + s.vendored_frameworks = "FraudForce.xcframework" + s.platform = :ios + s.swift_version = "5.0" + s.ios.deployment_target = '12.0' +end \ No newline at end of file From 38ca8df6d46263c4365b71e8f4e85e926639ad02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Sa=CC=81enz?= Date: Thu, 25 Apr 2024 22:54:14 +0200 Subject: [PATCH 2/2] Version bump --- DeviceRisk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeviceRisk.podspec b/DeviceRisk.podspec index 7f75bd5..99d558c 100644 --- a/DeviceRisk.podspec +++ b/DeviceRisk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DeviceRisk" - s.version = "5.4.1" + s.version = "5.6.0" s.summary = "Device Risk SDK for iOS" s.description = <<-DESC FraudForce is now Device Risk. Our device-based products, such as Device Risk and Device-Based Authentication