blob: 2d67b116c8711faa809acb6fad89d3502f2a4c7a [file] [log] [blame]
{
"name": "LLSimpleCamera",
"version": "2.1.0",
"summary": "LLSimpleCamera: A simple customizable camera 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.\n\nLLSimpleCamera:\nwill let you easily capture photos\nhandles the position and flash of the camera\nhides the nitty gritty details from the developer\n",
"homepage": "https://github.com/omergul123/LLSimpleCamera",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Ömer Faruk Gül": "omer.gul@louvredigital.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/omergul123/LLSimpleCamera.git",
"tag": "v2.1.0"
},
"source_files": "LLSimpleCamera/*.{h,m}",
"requires_arc": true,
"frameworks": "AVFoundation"
}