From d8dcb3040a842b7f9dde75024ffa0c9e81c6f4f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=93verbose?= Date: Thu, 25 Jan 2024 07:18:22 +0100 Subject: [PATCH] [Add] MARSDK_EPSDK 5.2.5 --- .../b/MARSDK_EPSDK/5.2.5/MARSDK_EPSDK.podspec.json | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Specs/9/2/b/MARSDK_EPSDK/5.2.5/MARSDK_EPSDK.podspec.json diff --git a/Specs/9/2/b/MARSDK_EPSDK/5.2.5/MARSDK_EPSDK.podspec.json b/Specs/9/2/b/MARSDK_EPSDK/5.2.5/MARSDK_EPSDK.podspec.json new file mode 100644 index 000000000000..9d6c465a2198 --- /dev/null +++ b/Specs/9/2/b/MARSDK_EPSDK/5.2.5/MARSDK_EPSDK.podspec.json @@ -0,0 +1,53 @@ +{ + "name": "MARSDK_EPSDK", + "version": "5.2.5", + "summary": "广告渠道配合marsdk 使用", + "description": "火星人打包工具sdk", + "homepage": "https://github.com/lizhigang6/MARSDK_EPSDK.git", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "名字": "lizhigang6@163.com" + }, + "source": { + "git": "https://github.com/lizhigang6/MARSDK_EPSDK.git", + "tag": "5.2.5" + }, + "platforms": { + "ios": "10.0" + }, + "resource_bundles": { + "EPSDKResources": [ + "MARSDK_EPSDK/Assets/*" + ] + }, + "vendored_libraries": "MARSDK_EPSDK/SDK/libMARSDK_EPSDK.a", + "vendored_frameworks": "MARSDK_EPSDK/Classes/*.framework", + "frameworks": [ + "Security", + "SystemConfiguration", + "AVFoundation", + "MobileCoreServices", + "CoreGraphics", + "CoreTelephony", + "CoreFoundation", + "CFNetwork", + "CoreLocation" + ], + "ios": { + "libraries": [ + "icucore", + "z", + "c++", + "icucore", + "sqlite3", + "resolv", + "c++.1" + ] + }, + "pod_target_xcconfig": { + "VALID_ARCHS": "x86_64 armv7 arm64" + } +} -- 2.11.4.GIT