blob: 8997c38848edcfe682b3e36d9801860242d60933 [file] [log] [blame]
{
"name": "HLSpriteKit",
"version": "1.1.1",
"summary": "SpriteKit scene and node subclasses, plus various utilities.",
"description": "`HLSpriteKit` is yet another companion library to Apple's `SpriteKit` with the goal of abstracting reusable code.\n`HLSpriteKit`, in its current form, should probably be used in one of two ways:\n- Non-committally: As a supply of useful custom `SKNode` subclasses, for example `HLScrollNode` (a node equivalent of `UIScrollView`) or `HLToolbarNode` (a simple button toolbar).\n- Full committment: As a system for designing an interactive scene, inheriting from `HLScene` and using `UIGestureRecognizers` via `HLGestureTarget`.",
"homepage": "https://github.com/hilogames/HLSpriteKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karl Voskuil": "karl@hilogames.com"
},
"platforms": {
"ios": "8.4"
},
"source": {
"git": "https://github.com/hilogames/HLSpriteKit.git",
"tag": "1.1.1"
},
"source_files": "HLSpriteKit/*",
"frameworks": [
"Foundation",
"UIKit",
"SpriteKit"
],
"requires_arc": true
}