Swiftpack.co - schrismartin/CMToolkit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by schrismartin.
schrismartin/CMToolkit 1.0.1
A collection of tools, utilities, and helpers used in Swift projects
⭐️ 0
🕓 1 year ago
.package(url: "https://github.com/schrismartin/CMToolkit.git", from: "1.0.1")

CMToolkit

Build Status Version License Platform Maintainability Test Coverage

Installation

CocoaPods

CMToolkit is available through CocoaPods. To install it, add the following line to your Podfile:

pod 'CMToolkit'

Swift Package Manager

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

Author

Chris Martin, [email protected]

License

CMToolkit is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 0
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Swift 5
4 years ago

This update makes the following non-breaking changes:

  • setting(keyPath:to:) now accepts an @autoclosure to set the value
  • Swift 5 access-level permissions have been squashed.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics