Skip to content

Commit

Permalink
[firebase] Updated iOS target version to 7.1 due Protobuf dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
SotoiGhost committed Jun 30, 2017
1 parent a832a7d commit 36aa59b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Firebase.AdMob/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseAdMob' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Analytics/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseAnalytics' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Auth/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseAuth' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.CloudMessaging/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseMessaging' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.CrashReporting/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseCrash' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Database/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseDatabase' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.DynamicLinks/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseDynamicLinks' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.InstanceID/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project, also, update Podfile file if needed.

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseInstanceID' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Invites/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseInvites' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.RemoteConfig/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseRemoteConfig' do
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Storage/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'FirebaseStorage' do
Expand Down
2 changes: 1 addition & 1 deletion Google.Core/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'GoogleCore' do
Expand Down
2 changes: 1 addition & 1 deletion Google.MobileAds/externals/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '6.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'Google-Mobile-Ads-SDK' do
Expand Down
2 changes: 1 addition & 1 deletion Google.SignIn/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In .targets file, located in Firebase.InstanceID binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'GoogleSignIn' do
Expand Down
2 changes: 1 addition & 1 deletion Google.TagManager/externals/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In .targets file, located in Google.TagManager binding, you can find:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
platform :ios, '7.1'
install! 'cocoapods', :integrate_targets => false

target 'GoogleTagManager' do
Expand Down

0 comments on commit 36aa59b

Please sign in to comment.