You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wrapper for [libflif](https://github.com/FLIF-hub/FLIF) + Xcode project.
7
+
8
+
libflif is a codec library for [Free Lossless Image Format](https://flif.info/).
9
+
10
+
This enables Carthage support.
11
+
12
+
## Requirements
13
+
14
+
+ iOS 8
15
+
+ macOS 10.7
16
+
+ tvOS 9.0
17
+
+ watchOS 2.0
18
+
19
+
## Installation
20
+
21
+
libflif is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).
22
+
23
+
```
24
+
github "SDWebImage/libflif-Xcode"
25
+
```
26
+
27
+
## Usage
28
+
29
+
Use libflif as you would normally, this is just a repo that adds an Xcode proj.
30
+
31
+
## License
32
+
33
+
libflif is available under the LGPL license (this library use the enc + dec part). See [the LICENSE file](https://github.com/FLIF-hub/FLIF/blob/master/LICENSE_LGPL) for more info.
0 commit comments