blob: bb09e11d21c1316fc88fc6ea9b7f80093e3f950b [file] [log] [blame]
{
"name": "ThreeSixtyPlayer",
"version": "0.0.1",
"summary": "A 360 video viewer for iOS implemented using SceneKit.",
"description": "This is a 360 video viewer for iOS, implemented using SceneKit. SceneKit is probably the highest level iOS API that can be used for this sort of thing. I chose this approach to refamiliarize myself with the ins and outs of graphics programming. This is very much a work in progress.",
"homepage": "https://github.com/alfiehanssen/ThreeSixtyPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfie Hanssen": "alfiehanssen@gmail.com"
},
"social_media_url": "http://alfiehanssen.com",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/alfiehanssen/ThreeSixtyPlayer.git",
"tag": "0.0.1"
},
"source_files": [
"ThreeSixtyPlayer",
"ThreeSixtyPlayer/**/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMotion",
"SceneKit",
"CoreGraphics",
"SpriteKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}