From 3574d4d220177427a4fa77c221b01e55996aa84d Mon Sep 17 00:00:00 2001 From: TDS Shiply Date: Tue, 3 Dec 2024 04:55:37 +0100 Subject: [PATCH] [Add] ShiplyResHub 1.10.21-rc.7 --- .../1.10.21-rc.7/ShiplyResHub.podspec.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Specs/7/4/d/ShiplyResHub/1.10.21-rc.7/ShiplyResHub.podspec.json diff --git a/Specs/7/4/d/ShiplyResHub/1.10.21-rc.7/ShiplyResHub.podspec.json b/Specs/7/4/d/ShiplyResHub/1.10.21-rc.7/ShiplyResHub.podspec.json new file mode 100644 index 000000000000000..0ede66209be7a0a --- /dev/null +++ b/Specs/7/4/d/ShiplyResHub/1.10.21-rc.7/ShiplyResHub.podspec.json @@ -0,0 +1,45 @@ +{ + "name": "ShiplyResHub", + "version": "1.10.21-rc.7", + "summary": "腾讯端服务 Shiply 资源发布 SDK", + "homepage": "https://shiply.tds.qq.com/", + "authors": "shiply@tencent.com", + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://e.coding.net/tencent-tds/shiply/ShiplyResHub.git", + "tag": "1.10.21-rc.7" + }, + "vendored_frameworks": "ShiplyResHub.xcframework", + "xcconfig": { + "GCC_PREPROCESSOR_DEFINITIONS": "SHIPLY_COMMERCIAL_VERSION=1" + }, + "ios": { + "libraries": "bz2.1.0" + }, + "dependencies": { + "RaftInterface": [ + "~> 0.0.20" + ], + "SSZipArchive": [ + ">=2.2.2" + ], + "ShiplyRDelivery": [ + ">= 1.3.3-rc.1" + ], + "Reachability": [ + ">=3.2" + ] + }, + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "license": { + "type": "Copyright", + "text": " Copyright (C) 2024 Tencent Inc. All rights reserved.\n" + } +}