Skip to content

Commit 8f77dd6

Browse files
author
ianyanzhang
committed
Fix SuperPlayer.podspec to use current commit SHA instead of tag
1 parent a88ef9c commit 8f77dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/SuperPlayerKit/SuperPlayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SuperPlayer'
3-
spec.version = '3.7.8'
3+
spec.version = '11.9.15963'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://cloud.tencent.com/product/player'
66
spec.authors = 'tencent video cloud'
77
spec.summary = '超级播放器'
8-
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => '11.7.0329' }
8+
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :commit => 'a88ef9c' }
99
spec.ios.deployment_target = '9.0'
1010
spec.dependency 'SDWebImage'
1111
spec.dependency 'Masonry'

0 commit comments

Comments
 (0)