Awesome
libflif + Xcode
A wrapper for libflif + Xcode project. This enables Carthage support.
libflif is a codec library for Free Lossless Image Format.
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.
Requirements
- iOS 8
- macOS 10.7
- tvOS 9.0
- watchOS 2.0
Installation
Carthage
libflif is (via this repo) available through Carthage.
github "SDWebImage/libflif-Xcode"
CocoaPods
libflif is available through CocoaPods.
pod 'libflif'
Usage
Use libflif as you would normally, this is just a repo that adds an Xcode proj.
License
libflif is available under the LGPL license (this library use the enc + dec part). See the LICENSE file for more info.