From a6f7f5cf59da108e0f5bb78cecc7a073cfab4b60 Mon Sep 17 00:00:00 2001 From: Tyler Thompson Date: Fri, 15 Mar 2024 17:40:56 -0600 Subject: [PATCH] [main] - Bump minimum versions because Xcode 15.3 introduced availability into XCTest APIs - TT --- CucumberSwift.podspec | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CucumberSwift.podspec b/CucumberSwift.podspec index f247f79b..4fa61ba1 100644 --- a/CucumberSwift.podspec +++ b/CucumberSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CucumberSwift' - s.version = '4.3.2' + s.version = '5.0.0' s.summary = 'A lightweight swift only cucumber implementation.' s.description = <<-DESC @@ -12,9 +12,9 @@ Pod::Spec.new do |s| s.author = { 'Tyler Thompson' => 'Tyler.Thompson@Asynchrony.com' } s.source = { :git => 'https://github.com/Tyler-Keith-Thompson/CucumberSwift.git', :tag => s.version.to_s } - s.ios.deployment_target = '10.0' - s.osx.deployment_target = '10.12' - s.tvos.deployment_target = '10.0' + s.ios.deployment_target = '13.0' + s.osx.deployment_target = '10.15' + s.tvos.deployment_target = '13.0' s.swift_version = '5.4' s.source_files = 'Sources/**/*.{swift,h,m}' diff --git a/Package.swift b/Package.swift index 8e3e8499..ab395c58 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "CucumberSwift", - platforms: [.iOS(.v10), .macOS(.v10_12), .tvOS(.v10)], + platforms: [.iOS(.v13), .macOS(.v10_15), .tvOS(.v13)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(