Skip to content

Commit 95927d2

Browse files
committed
0.3.3 cocoapods lint
1 parent d54b880 commit 95927d2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CodableWrapper.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Pod::Spec.new do |spec|
2020
spec.source = { :git => "https://github.com/winddpan/CodableWrapper.git", :tag => "#{spec.version}" }
2121
spec.source_files = "Sources/CodableWrapper/**/*.swift"
2222

23-
spec.ios.deployment_target = '8.0'
24-
spec.osx.deployment_target = '10.9'
25-
spec.watchos.deployment_target = '2.0'
26-
spec.tvos.deployment_target = '9.0'
23+
spec.ios.deployment_target = '11.0'
24+
spec.osx.deployment_target = '10.13'
25+
spec.watchos.deployment_target = '4.0'
26+
spec.tvos.deployment_target = '11.0'
2727

2828
spec.swift_versions = '5.0'
2929
end

Tests/CodableWrapperTests/BenchmarkTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import CodableWrapper
99
import XCTest
1010

11+
@available(tvOS 13.0, *)
1112
@available(iOS 13.0, *)
1213
class BenchmarkTest: XCTestCase {
1314
var testData: Data!

0 commit comments

Comments
 (0)