[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 0 / c / ffmpeg-kit-ios-https-gpl / 5.1 / ffmpeg-kit-ios-https-gpl.podspec.json
blob247e926a5af42ce4e88efaa02e0862f5b1b1d12c
2   "name": "ffmpeg-kit-ios-https-gpl",
3   "version": "5.1",
4   "summary": "FFmpeg Kit iOS 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.xcframework/ios-arm64/ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "ios": "12.1"
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-gpl-5.1-ios-xcframework.zip"
26   },
27   "ios": {
28     "frameworks": [
29       "AudioToolbox",
30       "AVFoundation",
31       "CoreMedia",
32       "VideoToolbox"
33     ],
34     "vendored_frameworks": [
35       "ffmpegkit.xcframework",
36       "libavcodec.xcframework",
37       "libavdevice.xcframework",
38       "libavfilter.xcframework",
39       "libavformat.xcframework",
40       "libavutil.xcframework",
41       "libswresample.xcframework",
42       "libswscale.xcframework"
43     ]
44   }