blob: 4d3e9ee939d065e89c214424b22a5c52e61ee916 [file] [log] [blame]
{
"name": "RUImageCaptureView",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RUImageCaptureView/Classes/**/*",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.0"
]
}
}