blob: 09669d8a763245f257dd6c1e1a49a5abb1c50d93 [file] [log] [blame]
{
"name": "VLBCameraView",
"version": "1.0",
"summary": "A UIVIew that shows a live feed of the camera, can be used to take a picture, preview the picture and return a UIImage of that preview.",
"homepage": "https://github.com/qnoid/VLBCameraView",
"license": "MIT",
"authors": {
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/qnoid/VLBCameraView.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "VLBCameraView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage",
"AssetsLibrary"
],
"dependencies": {
"CocoaLumberjack": [
"1.6.2"
],
"VLBFoundation": [
]
},
"requires_arc": true
}