blob: a1cc03164e30bb657b5b72eb1ba572d8ab376b29 [file] [log] [blame]
{
"name": "SCNViewController",
"version": "1.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"SceneKit"
],
"weak_frameworks": "AVFoundation"
}