Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ainame committed Aug 19, 2018
1 parent 78652c7 commit bbf1f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Support Versions:

will implement following features

* [ ] Cocoapods supports
* [ ] support Linux build (Now this repo has incompleted Package.swift)
* [ ] [Advanced Decoding API](https://developers.google.com/speed/webp/docs/api#advanced_decoding_api)
* [ ] Progressively decoding option
Expand All @@ -48,7 +47,7 @@ queue.async {
let data = try! encoder.encode(image, config: .preset(.picture, quality: 95))
// using webp binary data...
}
```
``**

## Example

Expand All @@ -60,6 +59,8 @@ No need the requirement about libwebp for yourself, this framework contains it.

## Installation

This library won't support CocoaPods. It's difficult to create and maintain podspec files for static libraries. (But contribution for that is always welcome.)

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Expand Down

0 comments on commit bbf1f5b

Please sign in to comment.