4 "summary": "libavif - Library for encoding and decoding .avif files",
5 "description": "This library aims to be a friendly, portable C implementation of the AV1 Image File Format, as described here:\nhttps://aomediacodec.github.io/av1-avif/\nIt is a work-in-progress, but can already encode and decode all AOM supported YUV formats and bit depths (with alpha).",
6 "homepage": "https://github.com/joedrago/avif/",
11 "Joe Drago": "joedrago@gmail.com"
14 "git": "https://github.com/AOMediaCodec/libavif.git",
23 "default_subspecs": "libaom",
41 "public_header_files": "include/avif/avif.h",
42 "exclude_files": "src/codec_dav1d.c",
43 "pod_target_xcconfig": {
44 "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/libavif/include $(PODS_TARGET_SRCROOT)/include ${PODS_ROOT}/libaom/aom",
45 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AVIF_CODEC_AOM=1"
58 "source_files": "src/codec_dav1d.c",
59 "pod_target_xcconfig": {
60 "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libdav1d/dav1d/include",
61 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AVIF_CODEC_DAV1D=1"