A Swift SWUtils kit. Util functions for Swift ...
Import SWUtils at the top of the Swift file with the content you would like.
import SWUtils
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.
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
To integrate Format into your Xcode project using Carthage, specify it in your Cartfile:
github "mhtranbn/SWUtils"
source 'https://github.com/CocoaPods/Specs.git'
pod 'SWUtils'
See also the list of contributors.
This project is licensed under the MIT License - see the LICENSE.md file for details