Skip to content

Commit 6856527

Browse files
author
ianyanzhang
committed
Update deployment target to iOS 9.0
1 parent f2064fd commit 6856527

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SuperPlayerKit/SuperPlayer.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
66
spec.authors = 'tencent video cloud'
77
spec.summary = '超级播放器'
88
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => '12.7.19272' }
9-
spec.ios.deployment_target = '12.0'
9+
spec.ios.deployment_target = '9.0'
1010
spec.dependency 'SDWebImage'
1111
spec.dependency 'Masonry'
1212
spec.static_framework = true
@@ -25,7 +25,10 @@ Pod::Spec.new do |spec|
2525
spec.subspec "Player" do |s|
2626
s.dependency 'SuperPlayer/Core'
2727
s.dependency 'TXLiteAVSDK_Player'
28-
s.pod_target_xcconfig = {'HEADER_SEARCH_PATHS' =>['${PODS_ROOT}/TXLiteAVSDK_Player/TXLiteAVSDK_Player/TXLiteAVSDK_Player.xcframework/ios-arm64_armv7/TXLiteAVSDK_Player.framework/Headers/']}
28+
s.pod_target_xcconfig = {
29+
'HEADER_SEARCH_PATHS' =>['${PODS_ROOT}/TXLiteAVSDK_Player/TXLiteAVSDK_Player/TXLiteAVSDK_Player.xcframework/ios-arm64_armv7/TXLiteAVSDK_Player.framework/Headers/'],
30+
'IPHONEOS_DEPLOYMENT_TARGET' => '9.0'
31+
}
2932
end
3033

3134
spec.subspec "Player_Premium" do |s|

0 commit comments

Comments
 (0)