From 765968346b065f54ea3cc95ede4c4286fe738919 Mon Sep 17 00:00:00 2001 From: Shawn Busolits Date: Mon, 30 Jan 2017 10:43:09 -0500 Subject: [PATCH] Publishing latest changes --- Objective-C/AdvancedExample/Podfile | 2 +- Objective-C/BasicExample/Podfile | 2 +- Swift/AdvancedExample/Podfile | 2 +- Swift/BasicExample/Podfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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