blob: 85bb651f4e368b5f3ee0d518516bc458a6761e6f [file] [log] [blame]
{
"name": "STSpriteKit",
"version": "0.1.0",
"summary": "SpriteKit helpers and additions.",
"description": " SpriteKit helpers and additions.\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.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "STSpriteKit/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"SpriteKit"
],
"requires_arc": true
}