From 6d28c898774d9ba022eb488d165cc26497863da1 Mon Sep 17 00:00:00 2001 From: Larry Tin Date: Tue, 24 Oct 2023 10:11:27 +0200 Subject: [PATCH] [Add] TIoTLinkKit_XP2P 2.4.40 --- .../2.4.40/TIoTLinkKit_XP2P.podspec.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Specs/b/f/c/TIoTLinkKit_XP2P/2.4.40/TIoTLinkKit_XP2P.podspec.json diff --git a/Specs/b/f/c/TIoTLinkKit_XP2P/2.4.40/TIoTLinkKit_XP2P.podspec.json b/Specs/b/f/c/TIoTLinkKit_XP2P/2.4.40/TIoTLinkKit_XP2P.podspec.json new file mode 100644 index 000000000000..e0778844d577 --- /dev/null +++ b/Specs/b/f/c/TIoTLinkKit_XP2P/2.4.40/TIoTLinkKit_XP2P.podspec.json @@ -0,0 +1,41 @@ +{ + "name": "TIoTLinkKit_XP2P", + "version": "2.4.40", + "summary": "该仓库为方便个人仓库构建使用,如有其他需求还请从官网下载原SDK", + "description": "在CI构建中,有些SDK没有提供供方便pod集成使用,在此仓库提供个聚合SDK以便更好的支持CI。", + "homepage": "https://github.com/tencentyun/iot-thirdparty-ios", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "tonychanchen@gmail.com": "tonychanchen@gmail.com" + }, + "source": { + "git": "https://github.com/tencentyun/iot-thirdparty-ios.git", + "tag": "xp2p-v2.4.40" + }, + "platforms": { + "ios": "9.0" + }, + "source_files": "Source/XP2P-iOS/Classes/**/*", + "vendored_libraries": "Source/XP2P-iOS/*.a", + "frameworks": [ + "NetworkExtension", + "CoreGraphics", + "SystemConfiguration", + "Foundation", + "UIKit" + ], + "libraries": [ + "c++", + "sqlite3", + "z" + ], + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + } +} -- 2.11.4.GIT