diff --git a/Objective-C/AdvancedExample/Podfile b/Objective-C/AdvancedExample/Podfile index 1bc4720..b421a89 100644 --- a/Objective-C/AdvancedExample/Podfile +++ b/Objective-C/AdvancedExample/Podfile @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target "AdvancedExample" do - pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5' end diff --git a/Objective-C/BasicExample/Podfile b/Objective-C/BasicExample/Podfile index d637b7e..758c1a8 100644 --- a/Objective-C/BasicExample/Podfile +++ b/Objective-C/BasicExample/Podfile @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target "BasicExample" do - pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5' end diff --git a/Objective-C/CastExample/Podfile b/Objective-C/CastExample/Podfile index b251e60..29f2589 100644 --- a/Objective-C/CastExample/Podfile +++ b/Objective-C/CastExample/Podfile @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target "CastExample" do - pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5' pod 'google-cast-sdk' pod 'google-cast-remote-display-sdk' end diff --git a/Swift/AdvancedExample/Podfile b/Swift/AdvancedExample/Podfile index 1bc4720..b421a89 100644 --- a/Swift/AdvancedExample/Podfile +++ b/Swift/AdvancedExample/Podfile @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target "AdvancedExample" do - pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5' end diff --git a/Swift/BasicExample/Podfile b/Swift/BasicExample/Podfile index d637b7e..758c1a8 100644 --- a/Swift/BasicExample/Podfile +++ b/Swift/BasicExample/Podfile @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target "BasicExample" do - pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5' end