blob: a4a68db0814b2e36ca962f4f86e9833fe022ef0d [file] [log] [blame]
{
"name": "UpdateTimer",
"version": "0.0.1",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"summary": "Scene loop timer for keeping nodes in your scene graph in sync (works with SpriteKit, etc.)",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"homepage": "https://github.com/brynbellomy/UpdateTimer",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Classes/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/brynbellomy/UpdateTimer.git",
"tag": "0.0.1"
}
}