[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 6 / ffmpeg-kit-macos-full / 5.1.LTS / ffmpeg-kit-macos-full.podspec.json
blob737e83984dac2d0ba721a935a4e904ad23b14ee3
2   "name": "ffmpeg-kit-macos-full",
3   "version": "5.1.LTS",
4   "summary": "FFmpeg Kit macOS Full Shared Framework",
5   "description": "Includes FFmpeg with dav1d, fontconfig, freetype, fribidi, gmp, gnutls, kvazaar, lame, libass, libilbc, libtheora, libvorbis, libvpx, libwebp, zimg, libxml2, opencore-amr, opus, shine, snappy, soxr, speex, twolame and vo-amrwbenc 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.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-full-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   }