Skip to content

Commit

Permalink
Merge pull request #94 from ericbuehl/patch-1
Browse files Browse the repository at this point in the history
Multiple Swift version support in CocoaPods
  • Loading branch information
cocojoe authored Aug 8, 2019
2 parents a20f4fa + b0f4a11 commit f4c809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JWTDecode.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |s|

s.source_files = 'JWTDecode/*.swift'

s.swift_version = '4.0'
s.swift_versions = ['4.0', '4.1', '4.2', '5.0']
end

0 comments on commit f4c809f

Please sign in to comment.