Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 3.42 KB

README.md

File metadata and controls

33 lines (22 loc) · 3.42 KB

CwlUtils

A collection of utilities written as part of articles on Cocoa with Love

Included functionality

The following features are included in the library.

Adding to your project

The CwlUtils library requires the Swift Package Manager. Minimum requirements are iOS 8 or macOS 10.10 and Swift 5.0.

Add the following to the dependencies array in your "Package.swift" file:

.package(url: "https://github.com/mattgallagher/CwlUtils.git", from: Version(3, 0, 0)),

NOTE: even though this git repository includes its dependencies in the Dependencies folder, building via the Swift Package manager fetches and builds these dependencies independently.

CocoaPods and Carthage

Up to version 2.2.1, this library supported CocoaPods and Carthage. If you wish to use these package managers, you can check out the CwlUtils 2.2.1 tag