nextfaze/fazekit
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](https://github.com/NextFaze/NFAllocInit).
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
iOS 14.0
Installation
Swift Package Manager
Add FazeKit to your project via Xcode:
- File > Add Package Dependencies...
- Enter the repository URL:
https://github.com/NextFaze/FazeKit.git
Or add it to your Package.swift:
dependencies: [
.package(url: "https://github.com/NextFaze/FazeKit.git", from: "3.0.0")
]CocoaPods
FazeKit is also available through CocoaPods. 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.
Package Metadata
Repository: nextfaze/fazekit
Default branch: master
README: README.md