fix: fix tvos available compile errors

This commit is contained in:
Konstantin Späth
2023-08-12 12:18:47 +02:00
parent 30d8146916
commit a7a03901f2
4 changed files with 26 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/react-native-video/react-native-video.git", :tag => "v#{s.version}" }
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.tvos.deployment_target = "10.0"
s.subspec "Video" do |ss|
ss.source_files = "ios/Video/**/*.{h,m,swift}"