{ | |
"name": "GVRSCNRenderer", | |
"version": "0.0.5", | |
"license": "MIT", | |
"summary": "Enables SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard.", | |
"homepage": "https://github.com/palle-k/GVRSCNRenderer", | |
"authors": "Palle Klewitz", | |
"source": { | |
"git": "https://github.com/palle-k/GVRSCNRenderer.git", | |
"tag": "0.0.5" | |
}, | |
"platforms": { | |
"ios": "11.0" | |
}, | |
"swift_version": "4.0", | |
"source_files": "GVRSCNRenderer/*.swift", | |
"dependencies": { | |
"GVRKit": [ | |
] | |
}, | |
"static_framework": true | |
} |