Skip to content

Commit e4cf63a

Browse files
committed
Allowed Swift 4.0, 4.2 and 5.0 in podspec (requires Cocoapods 1.7)
1 parent 6e92b31 commit e4cf63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTTPStatusCodes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.authors = 'Rich Hodgkins'
99
s.source = { :git => 'https://github.com/rhodgkins/SwiftHTTPStatusCodes.git', :tag => s.version }
1010

11-
s.swift_versions = '5.0'
11+
s.swift_versions = ['4.0', '4.2', '5.0']
1212

1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)