Skip to content

Commit

Permalink
更新SDK到 7.1.8775
Browse files Browse the repository at this point in the history
  • Loading branch information
shengcui2018 committed Mar 30, 2020
1 parent 0dc1fca commit 92bd7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'SuperPlayer'
spec.version = '3.2.1'
spec.version = '3.2.2'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://cloud.tencent.com/product/player'
spec.authors = { 'annidyfeng' => '[email protected]' }
spec.summary = '超级播放器'
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => 'v3.2.1' }
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => 'v3.2.2' }

spec.ios.deployment_target = '8.0'
spec.requires_arc = true
Expand All @@ -32,7 +32,7 @@ Pod::Spec.new do |spec|
s.private_header_files = 'SuperPlayer/Utils/TXBitrateItemHelper.h', 'SuperPlayer/Views/SuperPlayerView+Private.h'
s.resource = 'SuperPlayer/Resource/*'
#如果要使用cocopods管理的TXLiteAVSDK_Player,就不注释这一行
s.dependency 'TXLiteAVSDK_Player', '= 7.0.8671'
s.dependency 'TXLiteAVSDK_Player', '= 7.1.8775'
#如果要使用最新的TXLiteAVSDK_Player,就不注释这一行
#s.vendored_framework = "Frameworks/TXLiteAVSDK_Player.framework"
end
Expand Down

0 comments on commit 92bd7ae

Please sign in to comment.