From 95927d20ed6af85fc50227ce7302cb3fd3440ea2 Mon Sep 17 00:00:00 2001 From: winddpan Date: Tue, 4 Apr 2023 13:55:11 +0800 Subject: [PATCH] 0.3.3 cocoapods lint --- CodableWrapper.podspec | 8 ++++---- Tests/CodableWrapperTests/BenchmarkTest.swift | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CodableWrapper.podspec b/CodableWrapper.podspec index bdfbbf9..00d82c1 100644 --- a/CodableWrapper.podspec +++ b/CodableWrapper.podspec @@ -20,10 +20,10 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/winddpan/CodableWrapper.git", :tag => "#{spec.version}" } spec.source_files = "Sources/CodableWrapper/**/*.swift" - spec.ios.deployment_target = '8.0' - spec.osx.deployment_target = '10.9' - spec.watchos.deployment_target = '2.0' - spec.tvos.deployment_target = '9.0' + spec.ios.deployment_target = '11.0' + spec.osx.deployment_target = '10.13' + spec.watchos.deployment_target = '4.0' + spec.tvos.deployment_target = '11.0' spec.swift_versions = '5.0' end diff --git a/Tests/CodableWrapperTests/BenchmarkTest.swift b/Tests/CodableWrapperTests/BenchmarkTest.swift index fdb7912..9aeb13f 100644 --- a/Tests/CodableWrapperTests/BenchmarkTest.swift +++ b/Tests/CodableWrapperTests/BenchmarkTest.swift @@ -8,6 +8,7 @@ import CodableWrapper import XCTest +@available(tvOS 13.0, *) @available(iOS 13.0, *) class BenchmarkTest: XCTestCase { var testData: Data!