From 8dd59c3021abc4bed40ba390b38ad7392366d4b7 Mon Sep 17 00:00:00 2001 From: ckkkcsg <1621454839@qq.com> Date: Thu, 25 Jan 2024 07:26:16 +0100 Subject: [PATCH] [Add] CXHAdSDK 1.4.6 --- Specs/8/d/0/CXHAdSDK/1.4.6/CXHAdSDK.podspec.json | 109 +++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 Specs/8/d/0/CXHAdSDK/1.4.6/CXHAdSDK.podspec.json diff --git a/Specs/8/d/0/CXHAdSDK/1.4.6/CXHAdSDK.podspec.json b/Specs/8/d/0/CXHAdSDK/1.4.6/CXHAdSDK.podspec.json new file mode 100644 index 000000000000..2d34c3365052 --- /dev/null +++ b/Specs/8/d/0/CXHAdSDK/1.4.6/CXHAdSDK.podspec.json @@ -0,0 +1,109 @@ +{ + "name": "CXHAdSDK", + "version": "1.4.6", + "summary": "A short description of CXHAdSDK.", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://gitee.com/huazi-rongchuang/cxhadsdk", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "华资融创": "10675175+huazi-rongchuang@user.noreply.gitee.com" + }, + "source": { + "git": "https://gitee.com/huazi-rongchuang/cxhadsdk.git", + "tag": "1.4.6" + }, + "platforms": { + "ios": "9.0" + }, + "frameworks": "UIKit", + "requires_arc": true, + "static_framework": true, + "dependencies": { + "CXHAdSDK-Kit": [ + "1.4.1" + ], + "CXHAdSDK-Adapter": [ + "1.4.6" + ] + }, + "pod_target_xcconfig": { + "OTHER_LDFLAGS": "-ObjC", + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "xcconfig": { + "OTHER_LDFLAGS": "-ObjC" + }, + "default_subspecs": "Core", + "subspecs": [ + { + "name": "Core", + "ios": { + "vendored_frameworks": [ + "CXHAdSDK/Classes/Core/CXHAdSDK-Core.framework" + ] + } + }, + { + "name": "Channel", + "dependencies": { + "CXHAdSDK/Core": [ + + ] + }, + "frameworks": "CoreMotion", + "ios": { + "vendored_frameworks": [ + "CXHAdSDK/Classes/Channel/CXHAdSDK-Channel.framework" + ] + } + }, + { + "name": "GDT", + "dependencies": { + "CXHAdSDK/Core": [ + + ], + "GDTMobSDK": [ + "4.14.60" + ] + }, + "ios": { + "vendored_frameworks": [ + "CXHAdSDK/Classes/GDT/CXHAdSDK-GDT.framework" + ] + } + }, + { + "name": "MobTech", + "dependencies": { + "CXHAdSDK/Core": [ + + ], + "MOBFoundation": [ + "3.2.61" + ] + }, + "ios": { + "vendored_frameworks": [ + "CXHAdSDK/Classes/MobTech/CXHAdSDK-MobTech.framework" + ] + } + }, + { + "name": "RC", + "dependencies": { + "CXHAdSDK/Core": [ + + ] + }, + "ios": { + "vendored_frameworks": [ + "CXHAdSDK/Classes/RC/CXHAdSDK-RC.framework" + ] + } + } + ] +} -- 2.11.4.GIT