Skip to content

mediamonks/MMMoth

Repository files navigation

MMMoth

Build Test

Basic OAuth/OpenID library.

(This is a part of MMMTemple suite of iOS libraries we use at Media.Monks.)

Installation

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"))

Usage

See the comments for MMMothClient class.