blob: c90ac867a855d93be47655273f81411fa51a3547 [file] [log] [blame]
{
"name": "STSpriteKit",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "STSpriteKit/*.{h,m}",
"frameworks": [
"Foundation",
"SpriteKit"
],
"requires_arc": true
}