[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 1 / f / ffmpeg-kit-macos-https / 4.5.1 / ffmpeg-kit-macos-https.podspec.json
bloba950fe696251eb65ac5ccc02d5f702150e32b30b
2   "name": "ffmpeg-kit-macos-https",
3   "version": "4.5.1",
4   "summary": "FFmpeg Kit macOS Https Shared Framework",
5   "description": "Includes FFmpeg with gmp and gnutls libraries enabled.",
6   "homepage": "https://github.com/tanersener/ffmpeg-kit",
7   "authors": {
8     "Taner Sener": "tanersener@gmail.com"
9   },
10   "license": {
11     "type": "LGPL-3.0",
12     "file": "ffmpegkit.xcframework/macos-arm64_x86_64/ffmpegkit.framework/Resources/LICENSE"
13   },
14   "platforms": {
15     "osx": "10.15"
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.5.1/ffmpeg-kit-https-4.5.1-macos-xcframework.zip"
26   },
27   "osx": {
28     "frameworks": [
29       "AudioToolbox",
30       "AVFoundation",
31       "CoreAudio",
32       "CoreImage",
33       "CoreMedia",
34       "OpenCL",
35       "OpenGL",
36       "Security",
37       "VideoToolbox"
38     ],
39     "vendored_frameworks": [
40       "ffmpegkit.xcframework",
41       "libavcodec.xcframework",
42       "libavdevice.xcframework",
43       "libavfilter.xcframework",
44       "libavformat.xcframework",
45       "libavutil.xcframework",
46       "libswresample.xcframework",
47       "libswscale.xcframework"
48     ]
49   }