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 10.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:
LinXunFeng/SwiftyFitsize:
iwill/ExCodable: Key-Mapping Extensions for Swift Codable
SwiftyJSON/Alamofire-SwiftyJSON: Alamofire extension for serialize NSData to SwiftyJSON
License
SwifterKnife is available under the MIT license. See the LICENSE file for more info.