We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 904e497 + fbc67cf commit 2c66c68Copy full SHA for 2c66c68
HttpUtility.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
#
17
18
spec.name = "HttpUtility"
19
- spec.version = "1.2.1"
+ spec.version = "1.2.2"
20
spec.summary = "HttpUtility is helpful in making HTTP requests in iOS application"
21
22
# This description is used to generate tags and improve search results.
HttpUtility/HttpUtility.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
public class HttpUtility
12
{
13
- static let shared = HttpUtility()
+ public static let shared = HttpUtility()
14
public var authenticationToken : String? = nil
15
public var customJsonDecoder : JSONDecoder? = nil
0 commit comments