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.1.1 '
3+ s . version = '3.1.2 '
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 @@ -32,7 +32,7 @@ import HTTPStatusCodes
3232### CocoaPods
3333` Podfile ` :
3434``` ruby
35- pod ' HTTPStatusCodes' , ' ~> 3.1.1 '
35+ pod ' HTTPStatusCodes' , ' ~> 3.1.2 '
3636```
3737Source code:
3838
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.1.1
13+ HSC_VERSION = 3.1.2
1414
1515// Universal Framework
1616APPLICATION_EXTENSION_API_ONLY = YES
You can’t perform that action at this time.
0 commit comments