blob: a182c0ffd0794ece030baaeb92d4e8a1ac3fc175 [file] [log] [blame]
{
"name": "MixedRealityKit",
"version": "0.1.1",
"summary": "Easily add a stereoscopic ARKit SceneView to your project.",
"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.",
"homepage": "https://github.com/scottfinkelstein/MixedRealityKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Finkelstein": "sbf0202@gmail.com"
},
"source": {
"git": "https://github.com/scottfinkelstein/MixedRealityKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "MixedRealityKit/Source/MixedRealityKit.swift",
"frameworks": [
"Foundation",
"UIKit",
"SceneKit",
"ARKit"
],
"pushed_with_swift_version": "\"4.0\""
}