blob: 9947916bad0b8dad7be7631ec1e10aacacd9f0c2 [file] [log] [blame]
{
"name": "VTCameraPreviewView",
"version": "0.1.1",
"summary": "A subclass of UIView. Allow you preview camera to view.",
"description": "A subclass of UIView. Allow you preview camera to view. This is very simple to use. Just drag and choose you camera. It done!",
"homepage": "https://github.com/vienvu89/VTCameraPreviewView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vien Vu": "lamvienbk@gmail.com"
},
"source": {
"git": "https://github.com/vienvu89/VTCameraPreviewView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VTCameraPreviewView/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}