blob: 605c6970b53e4155f33a209228a8326a80cd9d0e [file] [log] [blame]
{
"name": "ZMScrollSprite",
"version": "1.0.0",
"summary": "An SKSpriteNode subclass that mimics the UIScrollView behavior without much to do",
"description": " ZMScrollSprite is built to be super easy-to-use:\n * One-liner instantiation passing only a size and a contentSize\n * May need to know when the parent scene is moved to a view, again: one-liner\n * Every node added as a child to the ZMScrollSprite will scroll\n",
"homepage": "https://github.com/Zedenem/ZMScrollSprite",
"license": {
"type": "MIT",
"file": "ZMScrollSprite/LICENSE"
},
"authors": {
"Zedenem": "zouhair.mahieddine@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zedenem/ZMScrollSprite.git",
"tag": "1.0.0"
},
"source_files": "ZMScrollSprite/*.{h,m}",
"requires_arc": true
}