[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / d / DepthCamera / 0.1.51 / DepthCamera.podspec.json
blob8caf097adfd4a81ca2d581ed4b7f05661421454a
2   "name": "DepthCamera",
3   "version": "0.1.51",
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.51"
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"