We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8b667 commit a2c4f5fCopy full SHA for a2c4f5f
HTTPStatusCodes.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'HTTPStatusCodes'
3
- s.version = '3.3.1'
+ s.version = '3.3.2'
4
s.license = 'MIT'
5
s.summary = 'Swift enum wrapper for easier handling of HTTP status codes'
6
s.homepage = 'https://github.com/rhodgkins/SwiftHTTPStatusCodes'
Tests/HTTPStatusCodes.xcconfig
@@ -10,7 +10,7 @@
10
11
PRODUCT_NAME = HTTPStatusCodes
12
PRODUCT_BUNDLE_IDENTIFIER = uk.co.rhodgkins.swift.$(PRODUCT_NAME:rfc1034identifier)
13
-HSC_VERSION = 3.3.1
+HSC_VERSION = 3.3.2
14
15
// Universal Framework
16
APPLICATION_EXTENSION_API_ONLY = YES
0 commit comments