Skip to content

mhtranbn/SWUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWUtils

A Swift SWUtils kit. Util functions for Swift ...

Usage

Import SWUtils at the top of the Swift file with the content you would like.

import SWUtils

Prerequisites

The framework compiles on Swift 3.x or 4.x, but it can format programs written in Swift 2.x, 3.x or 4.x. Swift 2.x is no longer actively supported however, and newer rules may not work correctly with Swift 2.x. If you find that SWUtils breaks your 2.x codebase, the best solution is probably to revert to an earlier SWUtils release, or enable only a subset of rules.

Setting up with Carthage

Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

Contributing

To integrate Format into your Xcode project using Carthage, specify it in your Cartfile:

github "mhtranbn/SWUtils"

Setting up with CocoaPods

source 'https://github.com/CocoaPods/Specs.git'
pod 'SWUtils'

Authors

See also the list of contributors.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Util functions for Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages