[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 9 / 5 / ffmpeg-kit-macos-https-gpl / 4.4.LTS / ffmpeg-kit-macos-https-gpl.podspec.json
blob0bd227654a8b8b9464dc6c5aad5f20f3088eb26f
2   "name": "ffmpeg-kit-macos-https-gpl",
3   "version": "4.4.LTS",
4   "summary": "FFmpeg Kit macOS Https GPL Static Framework",
5   "description": "Includes FFmpeg with gmp, gnutls, libvid.stab, x264, x265 and xvidcore libraries enabled.",
6   "homepage": "https://github.com/tanersener/ffmpeg-kit",
7   "authors": {
8     "Taner Sener": "tanersener@gmail.com"
9   },
10   "license": {
11     "type": "GPL-3.0",
12     "file": "ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "osx": "10.11"
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.4.LTS/ffmpeg-kit-https-gpl-4.4.LTS-macos-framework.zip"
26   },
27   "osx": {
28     "frameworks": [
29       "AudioToolbox",
30       "CoreAudio",
31       "CoreImage",
32       "CoreMedia",
33       "OpenCL",
34       "OpenGL",
35       "VideoToolbox"
36     ],
37     "vendored_frameworks": [
38       "ffmpegkit.framework",
39       "libavcodec.framework",
40       "libavdevice.framework",
41       "libavfilter.framework",
42       "libavformat.framework",
43       "libavutil.framework",
44       "libswresample.framework",
45       "libswscale.framework",
46       "gmp.framework",
47       "gnutls.framework",
48       "libhogweed.framework",
49       "libnettle.framework",
50       "libvidstab.framework",
51       "x264.framework",
52       "x265.framework",
53       "xvidcore.framework"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
58   },
59   "user_target_xcconfig": {
60     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
61   }