2 "name": "NORLabelNode",
4 "summary": "Extension of Apple's SKLabelNode. Allowing multiple lines through the use of \n in the text-string. ",
5 "description": " Behaves like an ordinary SKLabelNode with the one difference that adding newline characters to the text- property actually adds line-breaks. This is achieved by creating SKLabelNodes as child-nodes, but keeping these as part of the internal (private) logic.\n",
6 "homepage": "https://github.com/nickfalk/NORLabelNode.git",
9 "T. Benjamin Larsen": "benjamin.larsen@noreagle.no"
12 "git": "https://github.com/nickfalk/NORLabelNode.git",
15 "social_media_url": "https://twitter.com/noreagle",
21 "frameworks": "SpriteKit",
22 "source_files": "NORLabelNode.{h,m}"