From e53a4efa3e22c4ac3a229ff3abc12285adb73603 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=98topon=E2=80=99?= Date: Thu, 17 Oct 2024 13:16:13 +0200 Subject: [PATCH] [Add] TPNStartAppSDKAdapter 6.3.68 --- .../6.3.68/TPNStartAppSDKAdapter.podspec.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Specs/0/4/6/TPNStartAppSDKAdapter/6.3.68/TPNStartAppSDKAdapter.podspec.json diff --git a/Specs/0/4/6/TPNStartAppSDKAdapter/6.3.68/TPNStartAppSDKAdapter.podspec.json b/Specs/0/4/6/TPNStartAppSDKAdapter/6.3.68/TPNStartAppSDKAdapter.podspec.json new file mode 100644 index 000000000000..8c7742d36196 --- /dev/null +++ b/Specs/0/4/6/TPNStartAppSDKAdapter/6.3.68/TPNStartAppSDKAdapter.podspec.json @@ -0,0 +1,38 @@ +{ + "name": "TPNStartAppSDKAdapter", + "version": "6.3.68", + "summary": "TPNStartAppAdapter used for mediation with the TopOn SDK", + "description": "TopOn SDK for developer", + "homepage": "https://github.com/CocoaPods/Specs/search?o=desc&q=TPNStartAppAdapter&s=indexed", + "authors": { + "topon": "mct-js@toponad.com" + }, + "license": { + "type": "MIT", + "file": "TPNStartAppAdapter-6.3.68/LICENSE" + }, + "platforms": { + "ios": "9.0" + }, + "static_framework": true, + "requires_arc": true, + "pod_target_xcconfig": { + "OTHER_LDFLAGS": [ + "-lObjC" + ], + "VALID_ARCHS": "x86_64 armv7 armv7s arm64" + }, + "source": { + "http": "https://topon-sdk-release.oss-cn-hangzhou.aliyuncs.com/TPN_Release/v6.3.68/iOS/TPN_mediation/AnyThinkStartAppAdapter-6.3.68.zip", + "type": "zip" + }, + "vendored_frameworks": "AnyThinkStartAppAdapter-6.3.68/AnyThinkStartAppAdapter.xcframework", + "dependencies": { + "TPNiOS": [ + "6.3.68" + ], + "StartAppSDK": [ + "4.10.4" + ] + } +} -- 2.11.4.GIT