Skip to content

Commit

Permalink
drop 5.8 in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 16, 2024
1 parent dbe9c48 commit c9fd7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StubNetworkKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |spec|

spec.source = { :git => "https://github.com/417-72KI/#{spec.name}.git", :tag => "#{spec.version}" }
spec.source_files = 'Sources/StubNetworkKit/**/*.swift'
spec.swift_versions = ['5.10', '5.8', '5.9']
spec.swift_versions = ['5.10', '5.9']

spec.frameworks = 'Foundation'
spec.dependency 'MultipartFormDataParser', '~> 2.2.0'
Expand Down

0 comments on commit c9fd7be

Please sign in to comment.