Bumped version to 1.2.4
A wrapper for libwebp + Xcode project. This enables Carthage support This also contains the Swift Package Manager support
libwebp is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'libwebp'
libwebp is (via this repo) available through Carthage.
github "SDWebImage/libwebp-Xcode"
Libwebp is available through Swift Package Manager.
let package = Package( dependencies: [ .package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.1.0") ], // ... )
Use libwebp as you would normally, this is just a repo that adds an Xcode proj.
For Swift Package Manager user, it’s recommended to use the modular import instead of C headers.
@import libwebp; // or if you don't use module #import <webp/decode.h> #import <webp/encode.h>
import libwebp
libwebp is available under the BSD-3 license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
libwebp + Xcode
A wrapper for libwebp + Xcode project. This enables Carthage support This also contains the Swift Package Manager support
Requirements
Installation
CocoaPods
libwebp is available through CocoaPods. To install it, simply add the following line to your Podfile:
Carthage
libwebp is (via this repo) available through Carthage.
SwiftPM
Libwebp is available through Swift Package Manager.
Usage
Use libwebp as you would normally, this is just a repo that adds an Xcode proj.
For Swift Package Manager user, it’s recommended to use the modular import instead of C headers.
License
libwebp is available under the BSD-3 license. See the LICENSE file for more info.