Skip to content

Commit 95f2510

Browse files
committed
更新 net 2.3.x库
Change-Id: I6e66788e3b6b56e6f77306bdfb4e6ccd8c3483ae
1 parent 128ab72 commit 95f2510

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ target 'LinkApp' do
3030
pod 'Tencent-MapSDK', '4.3.9'
3131
pod 'lottie-ios', '3.1.8'
3232
pod 'CocoaAsyncSocket', '7.6.5'
33-
pod 'TIoTLinkThirdPartyKit/TPNS-iOS', '2.2.1'
34-
pod 'TIoTLinkThirdPartyKit/WechatOpenSDK_NoPay', '2.2.1'
33+
pod 'TIoTLinkThirdPartyKit/TPNS-iOS', '2.3.0-beta.202108181025'
34+
pod 'TIoTLinkThirdPartyKit/WechatOpenSDK_NoPay', '2.3.0-beta.202108181025'
3535
end
3636

3737

@@ -42,5 +42,5 @@ target 'LinkSDKDemo' do
4242
pod 'TIoTLinkKit/LinkRTC', :path => './'
4343

4444
pod 'TIoTLinkVideo', :path => './'
45-
pod 'TIoTLinkThirdPartyKit/IJKPlayer-iOS', '2.2.1'
45+
pod 'TIoTLinkThirdPartyKit/IJKPlayer-iOS', '2.3.0-beta.202108181025'
4646
end

TIoTLinkVideo.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Pod::Spec.new do |s|
1717
s.static_framework = true
1818

1919
s.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c,mm}'
20-
s.dependency 'TIoTLinkThirdPartyKit/XP2P-iOS', '2.2.1'
21-
s.dependency 'TIoTLinkThirdPartyKit/Faac-iOS', '2.2.1'
20+
s.dependency 'TIoTLinkThirdPartyKit/XP2P-iOS', '2.3.0-beta.202108181025'
21+
s.dependency 'TIoTLinkThirdPartyKit/Faac-iOS', '2.3.0-beta.202108181025'
2222
s.dependency 'TIoTLinkKit/LinkCore'
2323
s.pod_target_xcconfig = {
2424
'VALID_ARCHS' => 'arm64'

0 commit comments

Comments
 (0)