4 "summary": "Library to encode and decode images in WebP format.",
5 "homepage": "https://developers.google.com/speed/webp/",
6 "authors": "Google Inc.",
12 "git": "https://github.com/webmproject/libwebp.git",
15 "compiler_flags": "-D_THREAD_SAFE",
16 "requires_arc": false,
23 "pod_target_xcconfig": {
24 "USER_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libwebp/ ${PODS_TARGET_SRCROOT}/"
32 "preserve_paths": "src",
33 "prepare_command": "sed -i.bak 's/<inttypes.h>/<stdint.h>/g' './src/webp/types.h'",
41 "source_files": "sharpyuv/*.{h,c}",
42 "public_header_files": "sharpyuv/sharpyuv.h"
55 "src/webp/mux_types.h",
56 "src/webp/format_constants.h",
62 "public_header_files": [
66 "src/webp/mux_types.h",
67 "src/webp/format_constants.h"
81 "public_header_files": "src/webp/demux.h"
94 "public_header_files": "src/webp/mux.h"