[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 1 / 9 / 5 / ffmpeg-kit-macos-https-gpl / 4.5.LTS / ffmpeg-kit-macos-https-gpl.podspec.json
blobbf3b2716e19bb67acb16187b4a5c0094b23ca05a
2   "name": "ffmpeg-kit-macos-https-gpl",
3   "version": "4.5.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.5.LTS/ffmpeg-kit-https-gpl-4.5.LTS-macos-framework.zip"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
32   },
33   "osx": {
34     "frameworks": [
35       "AudioToolbox",
36       "CoreAudio",
37       "CoreImage",
38       "CoreMedia",
39       "OpenCL",
40       "OpenGL",
41       "VideoToolbox"
42     ],
43     "vendored_frameworks": [
44       "ffmpegkit.framework",
45       "libavcodec.framework",
46       "libavdevice.framework",
47       "libavfilter.framework",
48       "libavformat.framework",
49       "libavutil.framework",
50       "libswresample.framework",
51       "libswscale.framework",
52       "gmp.framework",
53       "gnutls.framework",
54       "libhogweed.framework",
55       "libnettle.framework",
56       "libvidstab.framework",
57       "x264.framework",
58       "x265.framework",
59       "xvidcore.framework"
60     ]
61   }