4 "summary": "libwebp镜像,包含SD框架",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/QDFish/GDWebP",
12 "QDFish": "zhengzonggang@taqu.cn"
15 "git": "https://github.com/QDFish/GDWebP.git",
21 "compiler_flags": "-D_THREAD_SAFE",
25 "source_files": "GDWebP/libwebp/src/webp/*.h",
26 "private_header_files": "GDWebP/libwebp/src/webp/*.h",
31 "private_header_files": [
32 "GDWebP/libwebp/src/utils/*.h",
33 "GDWebP/libwebp/src/dsp/*.h",
34 "GDWebP/libwebp/src/enc/*.h",
35 "GDWebP/libwebp/src/dec/*.h"
38 "GDWebP/libwebp/src/utils/*.{h,c}",
39 "GDWebP/libwebp/src/dsp/*.{h,c}",
40 "GDWebP/libwebp/src/enc/*.{h,c}",
41 "GDWebP/libwebp/src/dec/*.{h,c}"
83 "source_files": "GDWebP/libwebp/src/demux/*.{h,c}",
92 "private_header_files": "GDWebP/libwebp/src/mux/*.h",
93 "source_files": "GDWebP/libwebp/src/mux/*.{h,c}",
102 "source_files": "GDWebP/{NS,SD,UI}*.{h,m}",
104 "GDWebP/UIImage+WebP.{h,m}",
105 "GDWebP/SDWebImageWebPCoder.{h,m}"
108 "exclude_files": "GDWebP/MKAnnotationView+WebCache.*"
111 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/**/"
119 "source_files": "GDWebP/FLAnimatedImage/*.{h,m}",
129 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage"
135 "GDWebP/UIImage+WebP.{h,m}",
136 "GDWebP/SDWebImageWebPCoder.{h,m}"
139 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
140 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/libwebp/src"
144 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1",
145 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_TARGET_SRCROOT)/GDWebP/libwebp/src"