[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 4 / ffmpeg-kit-tvos-https-gpl / 4.4.LTS / ffmpeg-kit-tvos-https-gpl.podspec.json
blobbafbb51bbd5a447839284bd2bca588f8a9e7e5b6
2   "name": "ffmpeg-kit-tvos-https-gpl",
3   "version": "4.4.LTS",
4   "summary": "FFmpeg Kit tvOS Https GPL Static Framework",
5   "description": "Includes FFmpeg with gmp, gnutls, libvid.stab, x264, x265 and xvidcore libraries enabled.",
6   "homepage": "https://github.com/tanersener/ffmpeg-kit",
7   "authors": {
8     "Taner Sener": "tanersener@gmail.com"
9   },
10   "license": {
11     "type": "GPL-3.0",
12     "file": "ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "tvos": "9.2"
16   },
17   "requires_arc": true,
18   "libraries": [
19     "z",
20     "bz2",
21     "c++",
22     "iconv"
23   ],
24   "source": {
25     "http": "https://github.com/tanersener/ffmpeg-kit/releases/download/v4.4.LTS/ffmpeg-kit-https-gpl-4.4.LTS-tvos-framework.zip"
26   },
27   "tvos": {
28     "frameworks": [
29       "AudioToolbox",
30       "CoreMedia"
31     ],
32     "vendored_frameworks": [
33       "ffmpegkit.framework",
34       "libavcodec.framework",
35       "libavdevice.framework",
36       "libavfilter.framework",
37       "libavformat.framework",
38       "libavutil.framework",
39       "libswresample.framework",
40       "libswscale.framework",
41       "gmp.framework",
42       "gnutls.framework",
43       "libhogweed.framework",
44       "libnettle.framework",
45       "libvidstab.framework",
46       "x264.framework",
47       "x265.framework",
48       "xvidcore.framework"
49     ]
50   },
51   "pod_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
53   },
54   "user_target_xcconfig": {
55     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
56   }