File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Tests/CodableWrapperTests Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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'
2929end
Original file line number Diff line number Diff line change 88import CodableWrapper
99import XCTest
1010
11+ @available ( tvOS 13 . 0 , * )
1112@available ( iOS 13 . 0 , * )
1213class BenchmarkTest : XCTestCase {
1314 var testData : Data !
You can’t perform that action at this time.
0 commit comments