From a161d457eb2f970b3e2db4eb8449fe6e915e2186 Mon Sep 17 00:00:00 2001 From: Ryo Aoyama Date: Fri, 3 Aug 2018 03:34:55 +0900 Subject: [PATCH] Bump iOS deployment target version --- Configurations/DifferenceKit.xcconfig | 4 ++-- DifferenceKit.podspec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Configurations/DifferenceKit.xcconfig b/Configurations/DifferenceKit.xcconfig index fb094c0..05da81a 100644 --- a/Configurations/DifferenceKit.xcconfig +++ b/Configurations/DifferenceKit.xcconfig @@ -1,5 +1,5 @@ -IPHONEOS_DEPLOYMENT_TARGET = 9.0 -TVOS_DEPLOYMENT_TARGET = 9.0 +IPHONEOS_DEPLOYMENT_TARGET = 10.0 +TVOS_DEPLOYMENT_TARGET = 10.0 SDKROOT = SUPPORTED_PLATFORMS = iphoneos iphonesimulator appletvos appletvsimulator diff --git a/DifferenceKit.podspec b/DifferenceKit.podspec index 365f03e..c2591db 100644 --- a/DifferenceKit.podspec +++ b/DifferenceKit.podspec @@ -13,8 +13,8 @@ Pod::Spec.new do |spec| spec.requires_arc = true spec.default_subspecs = 'Core', 'UIExtensions' - spec.ios.deployment_target = '9.0' - spec.tvos.deployment_target = "9.0" + spec.ios.deployment_target = '10.0' + spec.tvos.deployment_target = "10.0" spec.subspec 'Core' do |subspec| subspec.source_files = 'Sources/*.swift' @@ -29,4 +29,4 @@ Pod::Spec.new do |spec| subspec.ios.frameworks = 'UIKit' subspec.tvos.frameworks = 'UIKit' end -end \ No newline at end of file +end