Implement Interactive Media Ads (IMA) SDK

This commit is contained in:
Robby Widyahartono
2019-12-10 11:40:49 +07:00
parent 0df667692b
commit 519355ea58
12 changed files with 257 additions and 14 deletions

View File

@@ -12,10 +12,12 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/react-native-community/react-native-video'
s.source = { :git => "https://github.com/react-native-community/react-native-video.git", :tag => "#{s.version}" }
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
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}"
s.static_framework = true
end
@@ -29,7 +31,6 @@ Pod::Spec.new do |s|
s.static_framework = true
end
s.dependency "React"
s.dependency 'React'
s.default_subspec = "Video"
end