Skip to content

Commit

Permalink
更新 net 2.3.x库
Browse files Browse the repository at this point in the history
Change-Id: I6e66788e3b6b56e6f77306bdfb4e6ccd8c3483ae
  • Loading branch information
tonychanchen committed Sep 2, 2021
1 parent 128ab72 commit 95f2510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
4 changes: 2 additions & 2 deletions TIoTLinkVideo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 95f2510

Please sign in to comment.