yeatse/kingfisherwebp
KingfisherWebP is an extension of the popular library [Kingfisher](https://github.com/onevcat/Kingfisher), providing an ImageProcessor and CacheSerializer for you to conveniently handle the [WebP format](https://developers.google.com/speed/webp/). Animated WebP is also supported!
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
iOS 12 or above
Installation
CocoaPods
KingfisherWebP is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KingfisherWebP"Swift Package Manager
From Xcode 11, you can use Swift Package Manager to add KingfisherWebP to your project. The "package repository url" of KingfisherWebP is https://github.com/yeatse/KingfisherWebP.git.
[SPM screenshot]
Carthage
You can also add KingfisherWebP using Carthage. Note that KingfisherWebP is built on top of libwebp project, so in your Cartfile you should add libwebp dependency as well:
github "yeatse/KingfisherWebP" ~> 1.4.0
github "onevcat/Kingfisher" ~> 7.0.0
github "SDWebImage/libwebp-Xcode" ~> 1.1.0License
KingfisherWebP is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: yeatse/kingfisherwebp
Default branch: main
README: README.md