Skip to content

Commit

Permalink
0.3.3 cocoapods lint
Browse files Browse the repository at this point in the history
  • Loading branch information
winddpan committed Apr 4, 2023
1 parent d54b880 commit 95927d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CodableWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Tests/CodableWrapperTests/BenchmarkTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import CodableWrapper
import XCTest

@available(tvOS 13.0, *)
@available(iOS 13.0, *)
class BenchmarkTest: XCTestCase {
var testData: Data!
Expand Down

0 comments on commit 95927d2

Please sign in to comment.