Skip to content

Commit

Permalink
Publishing latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Pavlotsky committed May 2, 2017
1 parent 7d38ce3 commit 4c1af7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5'
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.4'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5'
end
2 changes: 1 addition & 1 deletion Objective-C/CastExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.4'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5'
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.4'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.5'
end

0 comments on commit 4c1af7d

Please sign in to comment.