blob: 6469b59e2d58ab0d6ad87271cce808f991f81e30 [file] [log] [blame]
{
"name": "mobile-ffmpeg-min",
"version": "4.3.2",
"summary": "Mobile FFmpeg Min Static Framework",
"description": "Includes FFmpeg v4.3-dev-2955 without any external libraries enabled.",
"homepage": "https://github.com/tanersener/mobile-ffmpeg",
"authors": {
"Taner Sener": "tanersener@gmail.com"
},
"license": {
"type": "GPL-3.0",
"file": "mobileffmpeg.xcframework/ios-arm64/mobileffmpeg.framework/LICENSE"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"libraries": [
"z",
"bz2",
"c++",
"iconv"
],
"source": {
"http": "https://github.com/tanersener/mobile-ffmpeg/releases/download/v4.3.2/mobile-ffmpeg-min-4.3.2-ios-xcframework.zip"
},
"ios": {
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"VideoToolbox"
],
"vendored_frameworks": [
"mobileffmpeg.xcframework",
"libavcodec.xcframework",
"libavdevice.xcframework",
"libavfilter.xcframework",
"libavformat.xcframework",
"libavutil.xcframework",
"libswresample.xcframework",
"libswscale.xcframework"
]
}
}