File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'HTTPStatusCodes'
3- s . version = '3.3.0 '
3+ s . version = '3.3.1 '
44 s . license = 'MIT'
55 s . summary = 'Swift enum wrapper for easier handling of HTTP status codes'
66 s . homepage = 'https://github.com/rhodgkins/SwiftHTTPStatusCodes'
Original file line number Diff line number Diff line change @@ -16,13 +16,18 @@ If this library is out of date compared to this page please open an issue and I
1616
1717## Usage
1818
19- Swift 3.0 support is added in version 3.1 of this framework. For use with older versions of Swift use version 3.0.
19+ ### Swift versions support
20+
21+ * Swift 5 - use version 3.3.1
22+ * Swift 4 - use version 3.3.0
23+ * Swift 3 - use version 3.1
24+ * Older versions - use version 3.0
2025
2126### Carthage
2227
2328` Cartfile ` :
2429``` ogdl
25- github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.2
30+ github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.3
2631```
2732Source code:
2833``` swift
@@ -32,7 +37,7 @@ import HTTPStatusCodes
3237### CocoaPods
3338` Podfile ` :
3439``` ruby
35- pod ' HTTPStatusCodes' , ' ~> 3.2 .0'
40+ pod ' HTTPStatusCodes' , ' ~> 3.3 .0'
3641```
3742Source code:
3843
Original file line number Diff line number Diff line change 1010
1111PRODUCT_NAME = HTTPStatusCodes
1212PRODUCT_BUNDLE_IDENTIFIER = uk.co.rhodgkins.swift.$(PRODUCT_NAME:rfc1034identifier)
13- HSC_VERSION = 3.3.0
13+ HSC_VERSION = 3.3.1
1414
1515// Universal Framework
1616APPLICATION_EXTENSION_API_ONLY = YES
You can’t perform that action at this time.
0 commit comments