Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added podspec #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added podspec #37

wants to merge 3 commits into from

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