blob: 53627d88be866e2349a4659a279dfa450fffee3b [file] [log] [blame]
{
"name": "SCNViewController",
"version": "1.1.1",
"summary": "The Missing SCNViewController Class (a Swift µ-library)",
"description": "A Swift micro-library that provides a configurable/reusable SCNViewController class— a UIViewController subclass with a SceneKit SCNView.",
"homepage": "https://github.com/capnslipp/SCNViewController",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "SCNViewController@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/SCNViewController.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"SceneKit"
],
"weak_frameworks": "AVFoundation"
}