blob: 344722abeeeab944764d73b0404a8dee963aab9c [file] [log] [blame]
{
"name": "RUImageCaptureView",
"version": "0.1.5",
"summary": "A subclass of `UIView` that displays video input from camera devices.",
"description": "Provides `RUImageCaptureView`, a subclass of `UIView` that displays video input from camera devices. Provides a few properties to control some other camera-related features.",
"homepage": "https://github.com/Resplendent/RUImageCaptureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Maer": "ben@resplendent.co",
"Richard Reitzfeld": "richie.reitzfeld@gmail.com"
},
"source": {
"git": "https://github.com/Resplendent/RUImageCaptureView.git",
"tag": "v0.1.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RUImageCaptureView/Classes/**/*",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.2"
]
}
}