[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / e / libavif / 0.1.2 / libavif.podspec.json
blobec053bf4bcd0fe358aef81016a88cdfd1d773554
2   "name": "libavif",
3   "version": "0.1.2",
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/",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Joe Drago": "joedrago@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/joedrago/avif.git",
15     "tag": "v0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "src/**/*.{h,c,cc}",
23     "ext/gb/*.{h,c,cc}",
24     "include/avif/*.h"
25   ],
26   "public_header_files": "include/avif/avif.h",
27   "preserve_paths": [
28     "src",
29     "include/avif",
30     "ext/gb"
31   ],
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/libavif/include $(PODS_TARGET_SRCROOT)/include ${PODS_ROOT}/libaom/include"
34   },
35   "dependencies": {
36     "libaom": [
38     ]
39   }