[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 3 / ffmpeg-kit-tvos-min / 5.1 / ffmpeg-kit-tvos-min.podspec.json
blob6bf6def6652b9b67ee7f8d5e724cf70b0c4be7ed
2   "name": "ffmpeg-kit-tvos-min",
3   "version": "5.1",
4   "summary": "FFmpeg Kit tvOS Min Shared Framework",
5   "description": "Includes FFmpeg without any external libraries enabled.",
6   "homepage": "https://github.com/arthenica/ffmpeg-kit",
7   "authors": {
8     "ARTHENICA": "open-source@arthenica.com"
9   },
10   "license": {
11     "type": "LGPL-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-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   }