-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffmpeg-kit-ios-full.podspec.json
49 lines (49 loc) · 1.38 KB
/
ffmpeg-kit-ios-full.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ffmpeg-kit-ios-full",
"version": "5.1.LTS",
"summary": "FFmpeg Kit iOS Full Shared Framework",
"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.",
"homepage": "https://github.com/arthenica/ffmpeg-kit",
"authors": {
"ARTHENICA": "[email protected]"
},
"license": {
"type": "LGPL-3.0",
"file": "ffmpegkit.framework/LICENSE"
},
"platforms": {
"ios": "10"
},
"requires_arc": true,
"libraries": [
"z",
"bz2",
"c++",
"iconv"
],
"source": {
"http": "https://ghproxy.com/https://github.com/arthenica/ffmpeg-kit/releases/download/v5.1.LTS/ffmpeg-kit-full-5.1.LTS-ios-framework.zip"
},
"ios": {
"frameworks": [
"AudioToolbox",
"CoreMedia"
],
"vendored_frameworks": [
"ffmpegkit.framework",
"libavcodec.framework",
"libavdevice.framework",
"libavfilter.framework",
"libavformat.framework",
"libavutil.framework",
"libswresample.framework",
"libswscale.framework"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}