2 "name": "ZMScrollSprite",
4 "summary": "An SKSpriteNode subclass that mimics the UIScrollView behavior without much to do",
5 "description": " ZMScrollSprite is built to be super easy-to-use:\n * One-liner instantiation passing only a size and a contentSize\n * Every node added as a child to the ZMScrollSprite will scroll\n\n v1.0.1 removes all UIScrollView dependencies!\n * We lose some of the UIScrollView refinements (which are in the process of being reintegrated).\n * We win more flexibilility and the ability to use ZMScrollSprite in a fullscreen SpriteKit-only app.\n",
6 "homepage": "https://github.com/Zedenem/ZMScrollSprite",
9 "file": "ZMScrollSprite/LICENSE"
12 "Zedenem": "zouhair.mahieddine@gmail.com"
18 "git": "https://github.com/Zedenem/ZMScrollSprite.git",
21 "source_files": "ZMScrollSprite/*.{h,m}",