SwifterKnife
is a collection of Swift extension method and some tools that often use in develop project, with them you might build project faster and more efficient.
- iOS 11.0+
- Swift 5.0+
CocoaPods
To integrate SwifterKnife into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'SwifterKnife'
pod 'SwifterKnife/Base'
pod 'SwifterKnife/Extension'
pod 'SwifterKnife/Utility'
pod 'SwifterKnife/Views'
Special thanks to:
devxoul/Then: ✨ Super sweet syntactic sugar for Swift initializers
sunshinejr/SwiftyUserDefaults: Modern Swift API for NSUserDefaults
SwiftyJSON/SwiftyJSON: The better way to deal with JSON data in Swift.
LinXunFeng/SwiftyFitsize: 📱 Swifty screen adaptation solution (Support Objective-C and Swift)
iwill/ExCodable: Key-Mapping Extensions for Swift Codable
SwifterKnife is available under the MIT license. See the LICENSE file for more info.