[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / d / 6 / ffmpeg-kit-ios-full-gpl / 5.1.LTS / ffmpeg-kit-ios-full-gpl.podspec.json
blob2ab11eeb493d2bcc771e7f088620c9f835301a3e
2   "name": "ffmpeg-kit-ios-full-gpl",
3   "version": "5.1.LTS",
4   "summary": "FFmpeg Kit iOS Full GPL Shared Framework",
5   "description": "Includes FFmpeg with dav1d, fontconfig, freetype, fribidi, gmp, gnutls, kvazaar, lame, libass, libilbc, libtheora, libvid.stab, libvorbis, libvpx, libwebp, zimg, libxml2, opencore-amr, opus, shine, snappy, soxr, speex, twolame, vo-amrwbenc, 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.framework/LICENSE"
13   },
14   "platforms": {
15     "ios": "10"
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-gpl-5.1.LTS-ios-framework.zip"
26   },
27   "ios": {
28     "frameworks": [
29       "AudioToolbox",
30       "CoreMedia"
31     ],
32     "vendored_frameworks": [
33       "ffmpegkit.framework",
34       "libavcodec.framework",
35       "libavdevice.framework",
36       "libavfilter.framework",
37       "libavformat.framework",
38       "libavutil.framework",
39       "libswresample.framework",
40       "libswscale.framework"
41     ]
42   },
43   "pod_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "user_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   }