SDWebImage / SDWebImageBPGCoder

A BPG coder plugin for SDWebImage, use libbpg
MIT License
11 stars 2 forks source link

Using CocoaPods dependency for libbpg #6

Closed dreampiggy closed 5 years ago

dreampiggy commented 5 years ago

Today I upload the libbpg.podpsec into the CocoaPods trunk. Which means we can use the CocoaPods official dependency, instead of the static vendored library.

Using static vendored library, will cause this pods not compatible for other pods who use the same dependency, and may cause issue when using use_frameworks!.

Like other SDWebImageFLIFCoder, SDWebImageHEIFCoder, we change the libbpg using the cocoapods instead.