blob: acab259648cd93b08da47e1b39253a8b7e554148 [file] [log] [blame]
{
"name": "mobile-ffmpeg-min-gpl",
"version": "1.2",
"summary": "Mobile FFmpeg Min GPL Dynamic Framework",
"description": "Includes FFmpeg v3.4.4 with x264 v20180815-2245-stable and xvidcore v1.3.5 libraries enabled.",
"homepage": "https://github.com/tanersener/mobile-ffmpeg",
"authors": {
"Taner Sener": "tanersener@gmail.com"
},
"license": {
"type": "GPL-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/v1.2/mobile-ffmpeg-min-gpl-1.2-ios-framework.zip"
}
}