blob: b97cac7d7b469073f0a42c333bfdfc1c8942dfa1 [file] [log] [blame]
{
"name": "SCRecorder",
"version": "2.6.1",
"summary": "The camera engine that is complete, for real.",
"description": "Complete iOS camera engine with Vine-like tap to record, animated filters, slow motion, segments editing",
"homepage": "https://github.com/rFlex/SCRecorder",
"license": "Apache License, Version 2.0",
"authors": {
"Simon CORSIN": "simon@corsin.me"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rFlex/SCRecorder.git",
"tag": "v2.6.1"
},
"source_files": "Library/Sources/*.{h,m}",
"public_header_files": "Library/Sources/*.h",
"requires_arc": true,
"weak_frameworks": [
"Metal",
"GLKit"
],
"frameworks": "AVFoundation"
}