blob: 12ac88fb328ff92c8caccd0cc577e2b9eb50507c [file] [log] [blame]
{
"name": "mobile-ffmpeg-min",
"version": "2.0",
"summary": "Mobile FFmpeg Min Dynamic Framework",
"description": "Includes FFmpeg v4.0.1 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.framework/LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"frameworks": "Foundation",
"vendored_frameworks": [
"mobileffmpeg.framework",
"libavcodec.framework",
"libavdevice.framework",
"libavfilter.framework",
"libavformat.framework",
"libavutil.framework",
"libswresample.framework",
"libswscale.framework"
]
},
"source": {
"http": "https://github.com/tanersener/mobile-ffmpeg/releases/download/v2.0/mobile-ffmpeg-min-2.0-ios-framework.zip"
}
}