SwiftySweetness 3.0.0

SwiftySweetness 3.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2019
SPMSupports SPM

Maintained by Christopher Szatmary, Christopher Szatmary.



  • By
  • Christopher Szatmary

SwiftySweetness

Language Swift CI Status Release Version Platforms License SPM

SwiftySweetness is a list of extensions that provides extra functionality and syntactic sugar.

Installation

Swift Package Manager

The recommended way to install SwiftySweetness is by using the Swift Package Manager.

To install it, add the following to your Package.swift's dependencies array:

.package(url: "https://github.com/cszatma/SwiftySweetness.git", from: "3.0.0")

Then simply import it to use:

import SwiftySweetness

CocoaPods

SwiftySweetness is also available through CocoaPods.

To install it, add the following line to your Podfile:

pod 'SwiftySweetness', '~> 3.0'

Documentation

See the documentation for information on all the features this library provides.

License

SwiftySweetness is available under the MIT License.

Contributing

Open an issue or submit a pull request.