[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 8 / 7 / svt-av1 / 0.9.1 / svt-av1.podspec.json
blob04bf21a9b4f668f3f9985c62b97f63e55d90f7cf
2   "name": "svt-av1",
3   "version": "0.9.1",
4   "summary": "Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)",
5   "description": "The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core.",
6   "homepage": "https://gitlab.com/AOMediaCodec/SVT-AV1",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Alliance for Open Media": "https://aomedia.org"
12   },
13   "source": {
14     "git": "https://github.com/SDWebImage/SVT-AV1-Xcode.git",
15     "tag": "0.9.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SVT-AV1/Source/API/**/*.{h,c,cc,cpp}",
26     "SVT-AV1/Source/Lib/**/*.{h,c,cc,cpp}",
27     "SVT-AV1/third_party/fastfeat/**/*.{h,c,cc,cpp}",
28     "generate/**/*.{h,c,cc,cpp}"
29   ],
30   "public_header_files": "SVT-AV1/Source/API/*.h",
31   "exclude_files": [
32     "SVT-AV1/Source/Lib/Common/ASM_AVX2",
33     "SVT-AV1/Source/Lib/Common/ASM_AVX512",
34     "SVT-AV1/Source/Lib/Common/ASM_SSE2",
35     "SVT-AV1/Source/Lib/Common/ASM_SSE4_1",
36     "SVT-AV1/Source/Lib/Common/ASM_SSSE3",
37     "SVT-AV1/Source/Lib/Encoder/ASM_AVX2",
38     "SVT-AV1/Source/Lib/Encoder/ASM_AVX512",
39     "SVT-AV1/Source/Lib/Encoder/ASM_SSE2",
40     "SVT-AV1/Source/Lib/Encoder/ASM_SSE4_1",
41     "SVT-AV1/Source/Lib/Encoder/ASM_SSSE3"
42   ],
43   "pod_target_xcconfig": {
44     "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/svt-av1/SVT-AV1/third_party/fastfeat ${PODS_TARGET_SRCROOT}/SVT-AV1/third_party/fastfeat ${PODS_ROOT}/svt-av1/generate ${PODS_TARGET_SRCROOT}/generate",
45     "WARNING_CFLAGS": "$(inherited) -Wno-documentation -Wno-conditional-uninitialized -Wno-strict-prototypes -Wno-comma"
46   },
47   "preserve_paths": [
48     "SVT-AV1/Source",
49     "SVT-AV1/API",
50     "SVT-AV1/third_party",
51     "generate",
52     "include"
53   ]