Swiftpack.co - NextFaze/FazeKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by NextFaze.
NextFaze/FazeKit 2.4.7
A collection of helper functions and extensions for Swift iOS apps
⭐️ 4
🕓 19 weeks ago
iOS
.package(url: "https://github.com/NextFaze/FazeKit.git", from: "2.4.7")

FazeKit

CI Status Version License Platform Swift Version

A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development. The spiritual successor to NFAllocInit.

Included are little things, like shorthand mutation of views:

view.left = 40.0

device accessors:

UIDevice.is4Inch()

and operator overloads for NSDate:

if oneDate < anotherDate {
    print("one date is earlier")
}

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 12.0

Installation

FazeKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FazeKit"

License

FazeKit is available under the APACHE 2.0 license. See the LICENSE file for more info.

GitHub

link
Stars: 4
Last commit: 19 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Swift 4
6 years ago

Updated for Swift 4.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics