From 95f2510680624aab9407ae8ceb705f4bf3c7eed9 Mon Sep 17 00:00:00 2001 From: tonychan Date: Thu, 2 Sep 2021 20:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20net=202.3.x=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6e66788e3b6b56e6f77306bdfb4e6ccd8c3483ae --- Podfile | 6 +++--- TIoTLinkVideo.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index 26b7b6199..39ff42b47 100644 --- a/Podfile +++ b/Podfile @@ -30,8 +30,8 @@ target 'LinkApp' do pod 'Tencent-MapSDK', '4.3.9' pod 'lottie-ios', '3.1.8' pod 'CocoaAsyncSocket', '7.6.5' - pod 'TIoTLinkThirdPartyKit/TPNS-iOS', '2.2.1' - pod 'TIoTLinkThirdPartyKit/WechatOpenSDK_NoPay', '2.2.1' + pod 'TIoTLinkThirdPartyKit/TPNS-iOS', '2.3.0-beta.202108181025' + pod 'TIoTLinkThirdPartyKit/WechatOpenSDK_NoPay', '2.3.0-beta.202108181025' end @@ -42,5 +42,5 @@ target 'LinkSDKDemo' do pod 'TIoTLinkKit/LinkRTC', :path => './' pod 'TIoTLinkVideo', :path => './' - pod 'TIoTLinkThirdPartyKit/IJKPlayer-iOS', '2.2.1' + pod 'TIoTLinkThirdPartyKit/IJKPlayer-iOS', '2.3.0-beta.202108181025' end diff --git a/TIoTLinkVideo.podspec b/TIoTLinkVideo.podspec index 84b0ca58a..ecff78f37 100644 --- a/TIoTLinkVideo.podspec +++ b/TIoTLinkVideo.podspec @@ -17,8 +17,8 @@ Pod::Spec.new do |s| s.static_framework = true s.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c,mm}' - s.dependency 'TIoTLinkThirdPartyKit/XP2P-iOS', '2.2.1' - s.dependency 'TIoTLinkThirdPartyKit/Faac-iOS', '2.2.1' + s.dependency 'TIoTLinkThirdPartyKit/XP2P-iOS', '2.3.0-beta.202108181025' + s.dependency 'TIoTLinkThirdPartyKit/Faac-iOS', '2.3.0-beta.202108181025' s.dependency 'TIoTLinkKit/LinkCore' s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64'