CMToolkit is available through CocoaPods. To install it, add the following line to your Podfile:
pod 'CMToolkit'CMToolkit is also available through Swift Package Manager. To install
it, add the following line to your Package.swift:
dependencies: [
.package(url: "https://github.com/schrismartin/CMToolkit.git", from: "1.0.0")
]Chris Martin, schrismartin@me.com
CMToolkit is available under the MIT license. See the LICENSE file for more info.