blob: 8c9567c615c3850a61405026dd0d7685ede09238 [file] [log] [blame]
{
"name": "FFmpegWrapper",
"version": "1.0",
"summary": "A lightweight Objective-C wrapper for some FFmpeg libav functions",
"homepage": "https://github.com/OpenWatch/FFmpegWrapper",
"license": "LGPLv2.1+",
"authors": {
"Chris Ballinger": "chris@openwatch.net"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/OpenWatch/FFmpegWrapper.git",
"tag": "1.0"
},
"source_files": "FFmpegWrapper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FFmpeg": [
"~> 2.2"
]
}
}