blob: d7c02c1a32b4d1659bf615cf749edb5c0e2d06f2 [file] [log] [blame]
{
"name": "LLSimpleCamera",
"version": "4.2.0",
"summary": "LLSimpleCamera: A simple customizable camera - video recorder control.",
"description": "LLSimpleCamera is a library for creating a customized camera screens similar to snapchat's. You don't have to present the camera in a new view controller. You can capture images or record videos very easily.\n\nLLSimpleCamera:\nwill let you easily capture photos or record videos\nhandles the position and flash of the camera\nhides the nitty gritty details from the developer",
"homepage": "https://github.com/omergul123/LLSimpleCamera",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Ömer Faruk Gül": "omergul123@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/omergul123/LLSimpleCamera.git",
"tag": "v4.2.0"
},
"source_files": "LLSimpleCamera/*.{h,m}",
"requires_arc": true,
"frameworks": "AVFoundation"
}