blob: 764f942554c5fe9918e2f37a3bc79b5d1fb4b381 [file] [log] [blame]
{
"name": "FFmpegWrapper-up-to-date",
"version": "1.1",
"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.1"
},
"source_files": "FFmpegWrapper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FFmpeg-up-to-date": [
"~> 2.8"
]
}
}