[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / e / libavif / 0.1.3 / libavif.podspec.json
blob78e53fd48e3e8a7f243ab066be417301107448e3
2   "name": "libavif",
3   "version": "0.1.3",
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.3"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.7",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": [
24     "src/**/*.{h,c,cc}",
25     "ext/gb/*.{h,c,cc}",
26     "include/avif/*.h"
27   ],
28   "public_header_files": "include/avif/avif.h",
29   "preserve_paths": [
30     "src",
31     "include/avif",
32     "ext/gb"
33   ],
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/libavif/include $(PODS_TARGET_SRCROOT)/include ${PODS_ROOT}/libaom/aom"
36   },
37   "dependencies": {
38     "libaom": [
39       ">= 1.0.1"
40     ]
41   }