-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dc1fca
commit 92bd7ae
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|