Skip to content

Commit 0eb478b

Browse files
ericleichmaddevrelgithubbot
authored andcommitted
Update Podfiles to target iOS 9
PiperOrigin-RevId: 316205458
1 parent caf45f2 commit 0eb478b

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

Objective-C/admanager/AdManagerBannerExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'AdManagerBannerExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admanager/AdManagerCustomRenderingExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'AdManagerCustomRenderingExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admanager/AdManagerInterstitialExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'AdManagerInterstitialExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admanager/AdManagerRewardedVideoExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'AdManagerRewardedVideoExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admob/BannerExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'BannerExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admob/InterstitialExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'InterstitialExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admob/NativeAdvancedExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'NativeAdvancedExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/admob/RewardedVideoExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'RewardedVideoExample' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/advanced/APIDemo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'APIDemo' do
66
pod 'Google-Mobile-Ads-SDK'

Objective-C/advanced/BannerTableViewExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '8.0'
3+
platform :ios, '9.0'
44

55
target 'BannerTableViewExample' do
66
pod 'Google-Mobile-Ads-SDK'

0 commit comments

Comments
 (0)