From 7956b09acdf1d8b4ae17b89bc8f56bd1002e9930 Mon Sep 17 00:00:00 2001 From: Roberto Frontado Date: Thu, 15 Oct 2020 16:03:26 +0200 Subject: [PATCH] Updated Swifter to '~> 1.5' --- Simctl.podspec | 2 +- SimctlCLI.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Simctl.podspec b/Simctl.podspec index 9473e8b..3df2821 100644 --- a/Simctl.podspec +++ b/Simctl.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |spec| } spec.source_files = 'Sources/Simctl/**/*.swift' spec.ios.dependency 'SimctlShared', '~> 0.2.0' - spec.ios.dependency 'Swifter', '~> 1.4.7' + spec.ios.dependency 'Swifter', '~> 1.5' spec.ios.framework = 'UIKit' spec.ios.deployment_target = '11.0' end diff --git a/SimctlCLI.podspec b/SimctlCLI.podspec index b6c577a..88c9294 100644 --- a/SimctlCLI.podspec +++ b/SimctlCLI.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |spec| spec.source_files = 'Sources/SimctlCLI/**/*.swift' spec.osx.dependency 'SimctlShared', '~> 0.2.0' spec.osx.dependency 'ShellOut', '~> 2.0.0' - spec.osx.dependency 'Swifter', '~> 1.4.7' + spec.osx.dependency 'Swifter', '~> 1.5' spec.osx.deployment_target = '10.12' spec.osx.framework = 'AppKit' end