From f71c45542c18d57d65fe54ff34499aa639f6261e Mon Sep 17 00:00:00 2001 From: houcong Date: Thu, 27 Jul 2023 12:32:27 +0200 Subject: [PATCH] [Add] Ads-Global 5.3.1.2 --- .../1/c/Ads-Global/5.3.1.2/Ads-Global.podspec.json | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 Specs/d/1/c/Ads-Global/5.3.1.2/Ads-Global.podspec.json diff --git a/Specs/d/1/c/Ads-Global/5.3.1.2/Ads-Global.podspec.json b/Specs/d/1/c/Ads-Global/5.3.1.2/Ads-Global.podspec.json new file mode 100644 index 000000000000..612d7341147f --- /dev/null +++ b/Specs/d/1/c/Ads-Global/5.3.1.2/Ads-Global.podspec.json @@ -0,0 +1,131 @@ +{ + "name": "Ads-Global", + "version": "5.3.1.2", + "summary": "Ads-Global is a SDK from Bytedance providing union AD service.", + "description": "Ads-Global provides ADs which include native、banner、RewardVideo、FullscreenVideo etc.", + "license": { + "type": "MIT", + "file": "SDK/LICENSE" + }, + "authors": { + "Siwant": "yuanhuan@bytedance.com" + }, + "homepage": "https://github.com/bytedance/Bytedance-UnionAD.git", + "source": { + "http": "https://sf16-fe-tos-sg.i18n-pglstatp.com/obj/pangle-sdk-static-va/5.3.1.2/SDK.zip" + }, + "platforms": { + "ios": "9.0" + }, + "frameworks": [ + "UIKit", + "WebKit", + "MediaPlayer", + "AdSupport", + "CoreMedia", + "AVFoundation", + "CoreTelephony", + "StoreKit", + "SystemConfiguration", + "MobileCoreServices", + "CoreMotion", + "Accelerate", + "AudioToolbox", + "JavaScriptCore", + "Security", + "CoreImage", + "AudioToolbox", + "ImageIO", + "QuartzCore", + "CoreGraphics", + "CoreText" + ], + "libraries": [ + "c++", + "resolv", + "z", + "sqlite3", + "bz2", + "xml2", + "iconv", + "c++abi" + ], + "weak_frameworks": [ + "AppTrackingTransparency", + "CoreML", + "DeviceCheck" + ], + "default_subspecs": [ + "BUAdSDK" + ], + "subspecs": [ + { + "name": "BUAdSDK", + "vendored_frameworks": [ + "SDK/PAGAdSDK.xcframework" + ], + "preserve_paths": "SDK/PAGAdSDK.xcframework", + "resources": "SDK/PAGAdSDK.bundle", + "dependencies": { + "Ads-Global/BURelyAdSDK": [ + + ], + "Ads-Global/Dep_Accurate": [ + + ] + } + }, + { + "name": "BUAdSDK_Compatible", + "vendored_frameworks": [ + "SDK/PAGAdSDK.xcframework" + ], + "preserve_paths": "SDK/PAGAdSDK.xcframework", + "resources": "SDK/PAGAdSDK.bundle", + "dependencies": { + "Ads-Global/BURelyAdSDK": [ + + ], + "Ads-Global/Dep_Compatible": [ + + ] + } + }, + { + "name": "BUAdSDK_Lite", + "vendored_frameworks": [ + "SDK/PAGAdSDK.xcframework" + ], + "preserve_paths": "SDK/PAGAdSDK.xcframework", + "resources": "SDK/PAGAdSDK.bundle", + "dependencies": { + "Ads-Global/Dep_Accurate": [ + + ] + } + }, + { + "name": "Dep_Accurate", + "dependencies": { + "BURelyFoundation_Global/Pangle": [ + "0.1.1.3" + ] + } + }, + { + "name": "Dep_Compatible", + "dependencies": { + "BURelyFoundation_Global/Pangle": [ + "~> 0.1.1.3" + ] + } + }, + { + "name": "BURelyAdSDK", + "preserve_paths": "SDK/BURelyAdSDK.xcframework", + "vendored_frameworks": [ + "SDK/BURelyAdSDK.xcframework" + ] + } + ] +} -- 2.11.4.GIT