Contents

cszatmary/SwiftySweetness

Basic extensions to make Swift a little sweeter.

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.

Package Metadata

Repository: cszatmary/SwiftySweetness

Stars: 1

Forks: 0

Open issues: 0

Default branch: master

Primary language: swift

License: MIT

README: README.md

Archived: yes