We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e92b31 commit e4cf63aCopy full SHA for e4cf63a
1 file changed
HTTPStatusCodes.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.authors = 'Rich Hodgkins'
9
s.source = { :git => 'https://github.com/rhodgkins/SwiftHTTPStatusCodes.git', :tag => s.version }
10
11
- s.swift_versions = '5.0'
+ s.swift_versions = ['4.0', '4.2', '5.0']
12
13
s.ios.deployment_target = '8.0'
14
s.osx.deployment_target = '10.9'
0 commit comments