blob: b1c2cd1572adc8d34f506667a4dcb644293486ab [file] [log] [blame]
{
"name": "VLBCameraView",
"version": "2.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/verylargebox/VLBCameraView",
"license": "MIT",
"authors": {
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/verylargebox/VLBCameraView.git",
"tag": "2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "VLBCameraView/**/*.{h,m}",
"resources": "VLBCameraView/**/*.xib",
"prefix_header_file": "VLBCameraView/VLBCameraView-Prefix.pch",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage",
"CoreMedia",
"CoreGraphics",
"AssetsLibrary"
],
"dependencies": {
"CocoaLumberjack": [
"1.6.2"
],
"VLBFoundation": [
]
},
"requires_arc": true
}