diff --git a/Objective-C/AdvancedExample/Podfile b/Objective-C/AdvancedExample/Podfile index 73a20b0..1bc4720 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.3' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' end diff --git a/Objective-C/BasicExample/Podfile b/Objective-C/BasicExample/Podfile index 3c7fe68..d637b7e 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.3' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' end diff --git a/Swift/AdvancedExample/Podfile b/Swift/AdvancedExample/Podfile index 73a20b0..1bc4720 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.3' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' end diff --git a/Swift/BasicExample/Podfile b/Swift/BasicExample/Podfile index 3c7fe68..d637b7e 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.3' + pod 'GoogleAds-IMA-iOS-SDK', '~> 3.4' end