Skip to content

Commit

Permalink
Publishing latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Jan 30, 2017
1 parent 8ca94e2 commit 7659683
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Objective-C/AdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Objective-C/BasicExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Swift/AdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Swift/BasicExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7659683

Please sign in to comment.