From 59447aa8920e06d62c5ac2cf51705fbbb7bb3f2c Mon Sep 17 00:00:00 2001 From: TrustDecision Date: Fri, 10 May 2024 10:34:34 +0200 Subject: [PATCH] [Add] TrustDecisionPro 4.2.7 --- .../4.2.7/TrustDecisionPro.podspec.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Specs/2/a/7/TrustDecisionPro/4.2.7/TrustDecisionPro.podspec.json diff --git a/Specs/2/a/7/TrustDecisionPro/4.2.7/TrustDecisionPro.podspec.json b/Specs/2/a/7/TrustDecisionPro/4.2.7/TrustDecisionPro.podspec.json new file mode 100644 index 000000000000..8f370d7a22ff --- /dev/null +++ b/Specs/2/a/7/TrustDecisionPro/4.2.7/TrustDecisionPro.podspec.json @@ -0,0 +1,54 @@ +{ + "name": "TrustDecisionPro", + "version": "4.2.7", + "summary": "Pro version of TrustDecision", + "homepage": "https://trustdecision.com", + "license": { + "type": "Copyright", + "text": "Copyright © 2013-2022 TrustDecision. All Rights Reserved." + }, + "authors": { + "trustdecision": "trustdevice@trustdecision.com" + }, + "source": { + "http": "https://portal-static.tongdun.cn/static-public/antifraudinfo/fp-ios_oc-download-ollvm/4.2.7/TDMobRisk_xcframework_v4.2.7_f74c59f_fp.zip" + }, + "platforms": { + "ios": "9.0" + }, + "libraries": "resolv.9", + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/TrustDecisionPro\"", + "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/TrustDecisionPro\"", + "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TrustDecisionPro\"" + }, + "subspecs": [ + { + "name": "TDMobRisk", + "vendored_frameworks": "TDMobRisk.xcframework", + "xcconfig": { + "OTHER_LDFLAGS": "$(inherited) -framework \"TDMobRisk\"" + } + }, + { + "name": "FMDeviceManagerFramework", + "vendored_frameworks": "FMDeviceManagerFramework.xcframework", + "xcconfig": { + "OTHER_LDFLAGS": "$(inherited) -framework \"FMDeviceManagerFramework\"" + } + }, + { + "name": "TDCorePlugin", + "vendored_frameworks": "TDCorePlugin.xcframework", + "xcconfig": { + "OTHER_LDFLAGS": "$(inherited) -framework \"TDCorePlugin\"" + } + } + ] +} -- 2.11.4.GIT