Skip to content

Commit

Permalink
Use s.swift_versions instead of .swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyasev committed Jul 11, 2022
1 parent 04e8491 commit 3702340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 2 additions & 0 deletions SwiftJSONRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.15"
s.requires_arc = true

s.swift_versions = ['5.5', '5.6']

s.source_files = 'Sources/**/*.swift'

s.frameworks = 'Foundation'
Expand Down

0 comments on commit 3702340

Please sign in to comment.