blob: a6f35fd94d1684354c6edda7f61c2edae421b9b8 [file] [log] [blame]
{
"name": "STSpriteKit",
"version": "0.4.0",
"summary": "SpriteKit helpers and additions. Parallax Node",
"description": " SpriteKit helpers and additions.\n Add a parallax node.\n Add control methods, convenient methods on SKEmitterNode to unarchive resources, and on SKNode to run actions, and utils functions.\n",
"homepage": "https://github.com/iSofTom/STSpriteKit",
"license": "MIT",
"authors": {
"iSofTom": "thomas@isoftom.com"
},
"source": {
"git": "https://github.com/iSofTom/STSpriteKit.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "STSpriteKit/*.{h,m}",
"frameworks": [
"Foundation",
"SpriteKit"
],
"requires_arc": true
}