From 3a0e534e8331c9cd108025bce15480cb33410304 Mon Sep 17 00:00:00 2001 From: Larry Tin Date: Tue, 18 Feb 2025 04:29:09 +0100 Subject: [PATCH] [Add] TIoTLinkVideo 2.4.46 --- .../2.4.46/TIoTLinkVideo.podspec.json | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Specs/7/4/f/TIoTLinkVideo/2.4.46/TIoTLinkVideo.podspec.json diff --git a/Specs/7/4/f/TIoTLinkVideo/2.4.46/TIoTLinkVideo.podspec.json b/Specs/7/4/f/TIoTLinkVideo/2.4.46/TIoTLinkVideo.podspec.json new file mode 100644 index 00000000000000..5664c771f9802a --- /dev/null +++ b/Specs/7/4/f/TIoTLinkVideo/2.4.46/TIoTLinkVideo.podspec.json @@ -0,0 +1,47 @@ +{ + "name": "TIoTLinkVideo", + "version": "2.4.46", + "summary": "腾讯连连Video SDK是腾讯云物联网平台提供,应用开发厂商可通过该 SDK 快速搭建起 OEM 版本 APP,进行物联网音视频业务开发", + "description": "在腾讯云物联网开发平台中,APP通过接入Video SDK来实现与智能IPC设备的连接,和通过物联网平台对智能IPC设备进行管理。", + "homepage": "https://github.com/tencentyun/iot-link-ios", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "iot-ios-sdk": "dev@goodow.com" + }, + "source": { + "git": "https://github.com/tencentyun/iot-link-ios.git", + "tag": "video-v2.4.46" + }, + "platforms": { + "ios": "9.0" + }, + "static_framework": true, + "source_files": "Source/SDK/LinkVideo/**/*.{h,m,c,mm}", + "resources": "Source/SDK/LinkVideo/FLV/asset/GvoiceSE_v1_239-119-oneref-e.nn", + "dependencies": { + "TIoTLinkKit_XP2P": [ + "2.4.53" + ], + "TIoTLinkKit_FLV": [ + "2.2.3" + ], + "CocoaAsyncSocket": [ + "7.6.5" + ], + "TIoTLinkKit_SoundTouch": [ + "1.0.0" + ], + "TIoTLinkKit_GVoiceSE": [ + ">= 1.0.9" + ], + "TPCircularBuffer": [ + "1.6.1" + ] + }, + "pod_target_xcconfig": { + "VALID_ARCHS": "arm64" + } +}