blob: 6941ae1f85427175f19270570cc3e7c26cb638f1 [file] [log] [blame]
{
"name": "INSpriteKit",
"version": "1.0.1",
"summary": "A little iOS Library with SpriteKit extensions.",
"homepage": "https://github.com/indieSoftware/INSpriteKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sven Korset",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": [
"SpriteKit",
"GLKit"
],
"source": {
"git": "https://github.com/indieSoftware/INSpriteKit.git",
"tag": "1.0.1"
},
"source_files": "INSpriteKit/**/*.{h,m}"
}