Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions DeviceRisk.podspec
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also have this file in our project. Glad if the repo supports officially!


FraudForce.podspec

Pod::Spec.new do |spec|
  spec.name = 'FraudForce'
  spec.version = '5.4.1'
  spec.summary = 'TransUnion TruValidate Device Risk SDK for iOS'
  spec.homepage = 'https://github.com/iovation/deviceprint-SDK-iOS'
  spec.license = { type: 'Copyright', text: 'Copyright (c) 2010-2021 TransUnion. All rights reserved.' }
  spec.author = 'TransUnion'
  spec.source = { git: 'https://github.com/iovation/deviceprint-SDK-iOS.git', tag: "v#{spec.version}" }

  spec.platform = :ios
  spec.ios.deployment_target = '12.0'

  spec.ios.vendored_frameworks = 'FraudForce.xcframework'

  spec.ios.frameworks = 'CoreTelephony', 'Security', 'SystemConfiguration'
  spec.ios.weak_frameworks = 'AdSupport', 'CoreLocation'
end

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "DeviceRisk"
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
(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