Skip to content

Commit beb9b6f

Browse files
committed
Updated to v3.3.1
1 parent e4cf63a commit beb9b6f

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

HTTPStatusCodes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
2732
Source 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
```
3742
Source code:
3843

Tests/HTTPStatusCodes.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
PRODUCT_NAME = HTTPStatusCodes
1212
PRODUCT_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
1616
APPLICATION_EXTENSION_API_ONLY = YES

0 commit comments

Comments
 (0)