diff --git a/Sources/OAuthSwift.swift b/Sources/OAuthSwift.swift index e514a14d..07fcf4de 100644 --- a/Sources/OAuthSwift.swift +++ b/Sources/OAuthSwift.swift @@ -23,7 +23,7 @@ open class OAuthSwift: NSObject, OAuthSwiftRequestHandle { fileprivate var currentRequests: [String: OAuthSwiftRequestHandle] = [:] // MARK: init - init(consumerKey: String, consumerSecret: String) { + public init(consumerKey: String, consumerSecret: String) { self.client = OAuthSwiftClient(consumerKey: consumerKey, consumerSecret: consumerSecret) }