Skip to content

Commit

Permalink
更新版本到 7.2.8927
Browse files Browse the repository at this point in the history
  • Loading branch information
shengcui2018 committed Apr 16, 2020
1 parent 52bfa52 commit 708958b
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.3'
spec.version = '3.2.4'
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.3' }
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => 'v3.2.4' }

spec.ios.deployment_target = '9.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.1.8775'
s.dependency 'TXLiteAVSDK_Player', '= 7.2.8927'
#如果要使用最新的TXLiteAVSDK_Player,就不注释这一行
#s.vendored_framework = "Frameworks/TXLiteAVSDK_Player.framework"
end
Expand Down

0 comments on commit 708958b

Please sign in to comment.