blob: f6007d383fda5c4aeb1c6018a7e08c0c874221cb [file] [log] [blame]
{
"name": "NORLabelNode",
"version": "0.9.2",
"summary": "Extension of Apple's SKLabelNode. Allowing multiple lines through the use of \n in the text-string. ",
"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",
"homepage": "https://github.com/nickfalk/NORLabelNode.git",
"license": "MIT",
"authors": {
"T. Benjamin Larsen": "benjamin.larsen@noreagle.no"
},
"source": {
"git": "https://github.com/nickfalk/NORLabelNode.git",
"tag": "v0.9.2"
},
"social_media_url": "https://twitter.com/noreagle",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "SpriteKit",
"source_files": "NORLabelNode.{h,m}"
}