[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / f / MixedRealityKit / 0.1.2 / MixedRealityKit.podspec.json
blobe90274c9ef8b86a00360c9c3ae388930b6334bbc
2   "name": "MixedRealityKit",
3   "version": "0.1.2",
4   "summary": "Easily add a stereoscopic ARKit SceneView to your project.",
5   "description": "The MixedRealityKit class extends ARSCNView and splits camera in two stereoscopic SceneViews. Works with Google Cardboard or any VR Viewer that supports non-barrel distorted VR.",
6   "homepage": "https://github.com/scottfinkelstein/MixedRealityKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Scott Finkelstein": "sbf0202@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/scottfinkelstein/MixedRealityKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "MixedRealityKit/Source/MixedRealityKit.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "SceneKit",
26     "ARKit"
27   ],
28   "pushed_with_swift_version": "\"4.0\""