Skip to content

Conversation

@942v
Copy link

@942v 942v commented Jun 23, 2023

Adds support for cocoapods distribution

@942v 942v mentioned this pull request Jun 23, 2023
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants