-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] - Bump minimum versions because Xcode 15.3 introduced availabi…
…lity into XCTest APIs - TT
- Loading branch information
1 parent
5226892
commit a6f7f5c
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' => '[email protected]' } | ||
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}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters