An open API service indexing awesome lists of open source software.

https://github.com/sdwebimage/libbpg-xcode

A wrapper for libbpg + Xcode project. Support Carthage && CocoaPods.
https://github.com/sdwebimage/libbpg-xcode

bpg bpg-format ios macos sdwebimage tvos watchos

Last synced: 19 days ago
JSON representation

A wrapper for libbpg + Xcode project. Support Carthage && CocoaPods.

Awesome Lists containing this project

README

        

# libbpg + Xcode

[![CI Status](http://img.shields.io/travis/SDWebImage/libbpg-Xcode.svg?style=flat)](https://travis-ci.org/SDWebImage/libbpg-Xcode)
[![Version](https://img.shields.io/cocoapods/v/libbpg.svg?style=flat)](http://cocoapods.org/pods/libbpg)
[![License](https://img.shields.io/cocoapods/l/libbpg.svg?style=flat)](http://cocoapods.org/pods/libbpg)
[![Platform](https://img.shields.io/cocoapods/p/libbpg.svg?style=flat)](http://cocoapods.org/pods/libbpg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/libbpg-Xcode)

A wrapper for [libbpg](https://github.com/mirrorer/libbpg) + Xcode project.
This enables Carthage support

This repo also including the CocoaPods's spec file to use libbpg.

## Requirements

+ iOS 8
+ macOS 10.6
+ tvOS 9.0
+ watchOS 2.0

## Installation

### Carthage

libbpg is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).

```
github "SDWebImage/libbpg-Xcode"
```

### CocoaPods

libbpg is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).

```
pod 'libbpg'
```

## Usage

Use libbpg as you would normally, this is just a repo that adds an Xcode proj.

## License

libbpg is available under the LGPL license (the FFmpeg
part is under the LGPL, the BPG specific part is released under the
BSD license). See [the LICENSE file](https://github.com/mirrorer/libbpg) for more info.