blob: 2481e2a2de0e893c6510dc7faab0f6fec61d5af3 [file] [log] [blame]
{
"name": "FFmpegWrapper-up-to-date",
"version": "1.2",
"summary": "A lightweight Objective-C wrapper for some FFmpeg libav functions",
"homepage": "https://github.com/Arlem/FFmpegWrapper",
"license": "LGPLv2.1",
"authors": {
"Chris Ballinger": "chris@openwatch.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Arlem/FFmpegWrapper.git",
"tag": "1.2"
},
"source_files": "FFmpegWrapper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FFmpeg-up-to-date": [
"~> 2.8"
]
}
}