We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c4aa0 commit 0bc62deCopy full SHA for 0bc62de
1 file changed
README.md
@@ -22,7 +22,7 @@ Swift 3.0 support is added in version 3.1 of this framework. For use with older
22
23
`Cartfile`:
24
```ogdl
25
-github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.1
+github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.2
26
```
27
Source code:
28
```swift
@@ -32,7 +32,7 @@ import HTTPStatusCodes
32
### CocoaPods
33
`Podfile`:
34
```ruby
35
-pod 'HTTPStatusCodes', '~> 3.1.2'
+pod 'HTTPStatusCodes', '~> 3.2.0'
36
37
38
0 commit comments