blob: dcf9bf7cc6c8bb84e223927b3a4384c3ed99d751 [file] [log] [blame]
{
"name": "SCRecorder",
"version": "2.0.1",
"summary": "A Vine/Instagram like audio/video recorder.",
"description": " These classes allow the recording of a video with pause/resume function.\n\t\t\tAlthough the project was initially made for the sake of taking videos only, you can now take pictures as well with some very useful utility functions that make the project totally suitable for a standalone camera engine.\n\t\t\tThey are highly configurable, all the classes provide a lot of properties so we are quite sure that it should meet your needs :).\n",
"homepage": "https://github.com/rFlex/SCRecorder",
"license": "Apache License, Version 2.0",
"authors": {
"Simon CORSIN": "simon@corsin.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rFlex/SCRecorder.git",
"tag": "v2.0.1"
},
"source_files": "Library/Sources/*.{h,m}",
"public_header_files": "Library/Sources/*.h",
"requires_arc": true
}