[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 9 / 1 / 3 / ffmpeg-kit-ios-video / 5.1 / ffmpeg-kit-ios-video.podspec.json
blobf95110607708a159ed35cf14fe577e487455a1e2
2   "name": "ffmpeg-kit-ios-video",
3   "version": "5.1",
4   "summary": "FFmpeg Kit iOS Video Shared Framework",
5   "description": "Includes FFmpeg with dav1d, fontconfig, freetype, fribidi, kvazaar, libass, libtheora, libvpx, snappy, libwebp and zimg 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/ios-arm64/ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "ios": "12.1"
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-video-5.1-ios-xcframework.zip"
26   },
27   "ios": {
28     "frameworks": [
29       "AudioToolbox",
30       "AVFoundation",
31       "CoreMedia",
32       "VideoToolbox"
33     ],
34     "vendored_frameworks": [
35       "ffmpegkit.xcframework",
36       "libavcodec.xcframework",
37       "libavdevice.xcframework",
38       "libavfilter.xcframework",
39       "libavformat.xcframework",
40       "libavutil.xcframework",
41       "libswresample.xcframework",
42       "libswscale.xcframework"
43     ]
44   }