[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 8 / d / DepthCamera / 0.1.36 / DepthCamera.podspec.json
blobe9727b16bb2b36602d037aed73c540267a9c3aff
2   "name": "DepthCamera",
3   "version": "0.1.36",
4   "summary": "Basic DepthCamera to obtain and render Depth Imagery",
5   "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.",
6   "homepage": "https://github.com/Evilsmaher/DepthCamera",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evilsmaher": "bsf70344@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Evilsmaher/DepthCamera.git",
16     "tag": "0.1.36"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "Camera/**/*.{swift,metal}"
24   ],
25   "exclude_files": "Camera/*.plist",
26   "resources": [
27     "Camera/*/**/*.storyboard"
28   ],
29   "swift_version": "5.0"