blob: 9ff5cb26306d56a5405f53020d0c67224fdbcc1b [file] [log] [blame]
{
"name": "DepthCamera",
"version": "1.1.8",
"summary": "Basic DepthCamera to obtain and render Depth Imagery",
"description": "Camera that displays Depth Imagery for the user. Can choose between original image and the blended image with the mask from the depth image. Basic usage - only photos currently. Plan on adding Video Usage that is depth based as well as normal imagery.",
"homepage": "https://github.com/Evilsmaher/DepthCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evilsmaher": "bsf70344@gmail.com"
},
"source": {
"git": "https://github.com/Evilsmaher/DepthCamera.git",
"tag": "1.1.8"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": [
"Camera/**/*.{swift,metal}"
],
"exclude_files": "Camera/*.plist",
"resources": [
"Camera/*/**/*.storyboard"
],
"dependencies": {
"SwiftVideoGenerator": [
]
},
"swift_version": "5.0"
}