blob: 8675ae3057e50e8157feabdb96e53c284527cdca [file] [log] [blame]
{
"name": "mobile-ffmpeg-min",
"version": "4.4",
"summary": "Mobile FFmpeg Min Static Framework",
"description": "Includes FFmpeg v4.4-dev-416 without any external libraries enabled.",
"homepage": "https://github.com/tanersener/mobile-ffmpeg",
"authors": {
"Taner Sener": "tanersener@gmail.com"
},
"license": {
"type": "LGPL-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.4/mobile-ffmpeg-min-4.4-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"
]
}
}