File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments