[TVOS] Add tvOS compatibility

This commit is contained in:
Axel Vencatareddy 2022-12-05 13:42:17 +04:00
parent eef8f2cecc
commit fd31c8cf50

View File

@ -16,10 +16,11 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.subspec "Video" do |ss|
ss.dependency "GoogleAds-IMA-iOS-SDK", "~> 3.18.1"
ss.source_files = "ios/Video/**/*.{h,m,swift}"
ss.dependency "PromisesSwift"
ss.ios.dependency 'GoogleAds-IMA-iOS-SDK', '~> 3.18.1'
ss.tvos.dependency 'GoogleAds-IMA-tvOS-SDK', '~> 4.2'
end
s.subspec "VideoCaching" do |ss|