From a51cd94e05891032f75c0061b4d570c33f0996c2 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 22 Oct 2020 11:21:52 -0400 Subject: Fix some other iOS min versions to support Xcode 12. --- GoogleToolboxForMac.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GoogleToolboxForMac.podspec b/GoogleToolboxForMac.podspec index b2c7785..512f4d6 100644 --- a/GoogleToolboxForMac.podspec +++ b/GoogleToolboxForMac.podspec @@ -157,7 +157,7 @@ Pod::Spec.new do |s| end s.subspec 'iPhone' do |sp| - sp.platform = :ios, '5.0' + sp.platform = :ios, '9.0' sp.source_files = 'iPhone/GTMFadeTruncatingLabel.{h,m}', 'iPhone/GTMUIImage+Resize.{h,m}', @@ -167,7 +167,7 @@ Pod::Spec.new do |s| end s.subspec 'RoundedRectPath' do |sp| - sp.platform = :ios, '5.0' + sp.platform = :ios, '9.0' sp.source_files = 'iPhone/GTMRoundedRectPath.{h,m}' sp.requires_arc = 'iPhone/GTMRoundedRectPath.{h,m}' sp.frameworks = 'CoreGraphics' @@ -175,13 +175,13 @@ Pod::Spec.new do |s| end s.subspec 'UIFont+LineHeight' do |sp| - sp.platform = :ios, '5.0' + sp.platform = :ios, '9.0' sp.source_files = 'iPhone/GTMUIFont+LineHeight.{h,m}' sp.requires_arc = 'iPhone/GTMUIFont+LineHeight.{h,m}' end s.subspec 'UnitTesting' do |sp| - sp.platform = :ios, '5.0' + sp.platform = :ios, '9.0' sp.source_files = 'UnitTesting/GTMFoundationUnitTestingUtilities.{h,m}', 'UnitTesting/GTMSenTestCase.{h,m}', @@ -193,7 +193,7 @@ Pod::Spec.new do |s| end s.subspec 'UnitTestingAppLib' do |sp| - sp.platform = :ios, '5.0' + sp.platform = :ios, '9.0' sp.source_files = 'UnitTesting/GTMCodeCoverageApp.h', 'UnitTesting/GTMIPhoneUnitTestDelegate.{h,m}' -- cgit v1.2.3