blob: a0a75dd740d6c22c9694ff462443ca015ec1dd52 [file] [log] [blame]
{
"name": "MotionHUD",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "8.0"
},
"source_files": "MotionHUD/Classes/**/*",
"frameworks": [
"UIKit",
"SpriteKit"
]
}