2 "name": "SDWebImageBPGCoder",
4 "summary": "BPG decoder for SDWebImage plugin coder.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/SDWebImage/SDWebImageBPGCoder",
12 "DreamPiggy": "lizhuoli1126@126.com"
15 "git": "https://github.com/SDWebImage/SDWebImageBPGCoder.git",
24 "default_subspecs": "libbpg",
25 "module_map": "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap",
35 "SDWebImageBPGCoder/Classes/SDImageBPGCoder.{h,m}",
36 "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h",
37 "Vendor/libbpg/include/libbpg.h"
39 "public_header_files": [
40 "SDWebImageBPGCoder/Classes/SDImageBPGCoder.h",
41 "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h",
42 "Vendor/libbpg/include/libbpg.h"
45 "vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
48 "vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
51 "vendored_libraries": "Vendor/libbpg/lib/tvos/libbpg.a"
54 "vendored_libraries": "Vendor/libbpg/lib/watchos/libbpg.a"
60 "SDWebImageBPGCoder/libbpg": [
67 "source_files": "SDWebImageBPGCoder/Classes/bpgenc/*",
68 "public_header_files": "SDWebImageBPGCoder/Classes/bpgenc/*.h",
70 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_X265=1",
71 "WARNING_CFLAGS": "$(inherited) -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-variable"