Merge remote-tracking branch 'olgunkaya/master'

This commit is contained in:
Axel Vencatareddy
2022-11-09 13:14:04 +01:00
16 changed files with 4821 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.subspec "Video" do |ss|
ss.dependency "GoogleAds-IMA-iOS-SDK", "~> 3.9"
ss.source_files = "ios/Video/**/*.{h,m,swift}"
ss.dependency "PromisesSwift"
end