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.
9
+
A wrapper for [libflif](https://github.com/FLIF-hub/FLIF) + Xcode project. This enables Carthage support.
7
10
8
11
libflif is a codec library for [Free Lossless Image Format](https://flif.info/).
9
12
10
-
This enables Carthage support.
13
+
This repo also including the CocoaPods's spec file to use libflif with the dependency management instead of the vendored library. For CocoaPods, we use `libpng` as dependency.
11
14
12
15
## Requirements
13
16
@@ -18,12 +21,22 @@ This enables Carthage support.
18
21
19
22
## Installation
20
23
24
+
### Carthage
25
+
21
26
libflif is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).
22
27
23
28
```
24
29
github "SDWebImage/libflif-Xcode"
25
30
```
26
31
32
+
### CocoaPods
33
+
34
+
libflif is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).
35
+
36
+
```
37
+
pod 'libflif'
38
+
```
39
+
27
40
## Usage
28
41
29
42
Use libflif as you would normally, this is just a repo that adds an Xcode proj.
0 commit comments