[IOS] Convert Ads functionality to swift

This commit is contained in:
Axel Vencatareddy
2022-11-10 11:43:50 +01:00
parent 2770ab553c
commit d6da11d8ef
4 changed files with 187 additions and 2254 deletions

View File

@@ -16,7 +16,7 @@ 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.dependency "GoogleAds-IMA-iOS-SDK", "~> 3.18.1"
ss.source_files = "ios/Video/**/*.{h,m,swift}"
ss.dependency "PromisesSwift"