Basic OAuth/OpenID library.
(This is a part of MMMTemple
suite of iOS libraries we use at Media.Monks.)
Podfile:
source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
...
pod 'MMMoth'
SPM:
.package(url: "https://github.com/mediamonks/MMMoth", .upToNextMajor(from: "1.9.0"))
See the comments for MMMothClient
class.