[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / e / 0 / ffmpeg-kit-tvos-min-gpl / 5.1 / ffmpeg-kit-tvos-min-gpl.podspec.json
blobc62c679e66d1d95aca286b5c848fc0f8d0d064f5
2   "name": "ffmpeg-kit-tvos-min-gpl",
3   "version": "5.1",
4   "summary": "FFmpeg Kit tvOS Min GPL Shared Framework",
5   "description": "Includes FFmpeg with libvid.stab, x264, x265 and xvidcore libraries enabled.",
6   "homepage": "https://github.com/arthenica/ffmpeg-kit",
7   "authors": {
8     "ARTHENICA": "open-source@arthenica.com"
9   },
10   "license": {
11     "type": "GPL-3.0",
12     "file": "ffmpegkit.xcframework/tvos-arm64/ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "tvos": "11.0"
16   },
17   "requires_arc": true,
18   "libraries": [
19     "z",
20     "bz2",
21     "c++",
22     "iconv"
23   ],
24   "source": {
25     "http": "https://github.com/arthenica/ffmpeg-kit/releases/download/v5.1/ffmpeg-kit-min-gpl-5.1-tvos-xcframework.zip"
26   },
27   "tvos": {
28     "frameworks": [
29       "AudioToolbox",
30       "VideoToolbox",
31       "CoreMedia"
32     ],
33     "vendored_frameworks": [
34       "ffmpegkit.xcframework",
35       "libavcodec.xcframework",
36       "libavdevice.xcframework",
37       "libavfilter.xcframework",
38       "libavformat.xcframework",
39       "libavutil.xcframework",
40       "libswresample.xcframework",
41       "libswscale.xcframework"
42     ]
43   }