blob: 85f33ab5c875439fb7ef81ed92b624e7aaf0bd3b [file] [log] [blame]
{
"name": "mobile-ffmpeg-min",
"version": "2.2",
"summary": "Mobile FFmpeg Min Dynamic Framework",
"description": "Includes FFmpeg v4.0.3 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.2/mobile-ffmpeg-min-2.2-ios-framework.zip"
}
}