CoderLouie/SwifterKnife
A handy collection of Swift method and Tools to build project faster and more efficient.
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.
Requirements
- iOS 11.0+
- Swift 5.0+
Installation
CocoaPods
To integrate SwifterKnife into your Xcode project using CocoaPods, specify it in your Podfile:
- Integrate All components (recommended):
pod 'SwifterKnife'
- Integrate Base components only:
pod 'SwifterKnife/Base'
- Integrate Extension components only:
pod 'SwifterKnife/Extension'
- Integrate Utility components only:
pod 'SwifterKnife/Utility'
- Integrate Views components only:
pod 'SwifterKnife/Views'
Thanks
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
License
SwifterKnife is available under the MIT license. See the LICENSE file for more info.