SwiftySweetness is a list of extensions that provides extra functionality and syntactic sugar.
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
SwiftySweetness is also available through CocoaPods.
To install it, add the following line to your Podfile:
pod 'SwiftySweetness', '~> 3.0'
See the documentation for information on all the features this library provides.
SwiftySweetness is available under the MIT License.
Open an issue or submit a pull request.