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.
- Host: GitHub
- URL: https://github.com/sdwebimage/libbpg-xcode
- Owner: SDWebImage
- Created: 2019-01-29T07:23:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T10:43:56.000Z (over 6 years ago)
- Last Synced: 2025-06-04T02:38:14.999Z (25 days ago)
- Topics: bpg, bpg-format, ios, macos, sdwebimage, tvos, watchos
- Language: Ruby
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libbpg + Xcode
[](https://travis-ci.org/SDWebImage/libbpg-Xcode)
[](http://cocoapods.org/pods/libbpg)
[](http://cocoapods.org/pods/libbpg)
[](http://cocoapods.org/pods/libbpg)
[](https://github.com/SDWebImage/libbpg-Xcode)A wrapper for [libbpg](https://github.com/mirrorer/libbpg) + Xcode project.
This enables Carthage supportThis 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.