[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / f / ffmpeg-kit-macos-https / 5.1 / ffmpeg-kit-macos-https.podspec.json
blob8888d0f08fc7e9907c4ad52a9d6e7d94f7e6a530
2   "name": "ffmpeg-kit-macos-https",
3   "version": "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/arthenica/ffmpeg-kit",
7   "authors": {
8     "ARTHENICA": "open-source@arthenica.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/arthenica/ffmpeg-kit/releases/download/v5.1/ffmpeg-kit-https-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   }