[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 2 / 3 / e / ffmpeg-kit-ios-https / 6.0 / ffmpeg-kit-ios-https.podspec.json
bloba5fec9fc0df8e36b4a65cc8816209a7c87c7440b
2   "name": "ffmpeg-kit-ios-https",
3   "version": "6.0",
4   "summary": "FFmpeg Kit iOS Https Shared Framework",
5   "description": "Includes FFmpeg with gmp and gnutls 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.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/v6.0/ffmpeg-kit-https-6.0-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   }