blob: fcc7116f29f7b01dbeddaf1a8b044cdfafc5424c [file] [log] [blame]
{
"name": "SKTUtils",
"version": "1.0",
"summary": "Sprite Kit helper classes and functions. From the book iOS Games by Tutorials.",
"homepage": "https://github.com/raywenderlich/SKTUtils",
"authors": [
"Matthijs Hollemans"
],
"license": "MIT",
"source": {
"git": "https://github.com/Memorado/SKTUtils.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SKTUtils/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"SpriteKit",
"QuartzCore",
"CoreGraphics",
"UIKit"
]
}
}