[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 9 / 5 / ffmpeg-kit-macos-https-gpl / 5.1.LTS / ffmpeg-kit-macos-https-gpl.podspec.json
blob39f6198d7946db355bd7e6f5917f03fabd34fbbe
2   "name": "ffmpeg-kit-macos-https-gpl",
3   "version": "5.1.LTS",
4   "summary": "FFmpeg Kit macOS Https GPL Shared Framework",
5   "description": "Includes FFmpeg with gmp, gnutls, 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.framework/Resources/LICENSE"
13   },
14   "platforms": {
15     "osx": "10.12"
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.LTS/ffmpeg-kit-https-gpl-5.1.LTS-macos-framework.zip"
26   },
27   "osx": {
28     "frameworks": [
29       "AudioToolbox",
30       "CoreAudio",
31       "CoreImage",
32       "CoreMedia",
33       "OpenCL",
34       "OpenGL",
35       "Security",
36       "VideoToolbox"
37     ],
38     "vendored_frameworks": [
39       "ffmpegkit.framework",
40       "libavcodec.framework",
41       "libavdevice.framework",
42       "libavfilter.framework",
43       "libavformat.framework",
44       "libavutil.framework",
45       "libswresample.framework",
46       "libswscale.framework"
47     ]
48   },
49   "pod_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
54   }