blob: c38185675f5c966d6839ccdeb4385f0c50db860c [file] [log] [blame]
{
"name": "VIExportSession",
"version": "0.1",
"summary": "VIExportSession is a AVAssetExportSession drop-in replacement with customizable audio&video settings.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/VideoFlint/VIExportSession",
"authors": {
"Vito": "vvitozhang@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/VideoFlint/VIExportSession.git",
"tag": "0.1"
},
"source_files": "VIExportSession/Source/*.{swift}",
"requires_arc": true,
"frameworks": "AVFoundation"
}