blob: 45b0633e63f1a68d052d09dce5b392914338c727 [file] [log] [blame]
{
"name": "SKTimer",
"version": "0.1.3",
"summary": "Easy to use timer for SpriteKit games.",
"description": "Easy to set up and use timer for SpriteKit games. A few extra options to set a time limit and get notified when it is reached as well as the ability to speed up and slow down the timer.",
"homepage": "https://github.com/KyleGoslan/SKTimer",
"license": "MIT",
"authors": {
"KyleGoslan": "kylegoslan@me.com"
},
"source": {
"git": "https://github.com/KyleGoslan/SKTimer.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/KyleGoslan",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SKTimer": [
"Pod/Assets/*.png"
]
}
}