blob: 53c2d273c49c0d65fe5310a7545a09e7e5636316 [file] [log] [blame]
{
"name": "MotionHUD",
"version": "0.1.0",
"summary": "An SKScene subclass which overlays motion data.",
"description": "A subclass of SpriteKit's SKScene which overlays device's pitch,\nroll, and yaw. Intended for use with various Coursera assignments\nby myself and Don Patterson.",
"homepage": "https://github.com/samkaufman/MotionHUD",
"license": "MIT",
"authors": {
"Sam Kaufman": "emrysk@gmail.com"
},
"source": {
"git": "https://github.com/samkaufman/MotionHUD.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "8.0"
},
"source_files": "MotionHUD/Classes/**/*",
"frameworks": [
"UIKit",
"SpriteKit"
]
}