[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / f / NORLabelNode / 0.9.2 / NORLabelNode.podspec.json
blobf6007d383fda5c4aeb1c6018a7e08c0c874221cb
2   "name": "NORLabelNode",
3   "version": "0.9.2",
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",
7   "license": "MIT",
8   "authors": {
9     "T. Benjamin Larsen": "benjamin.larsen@noreagle.no"
10   },
11   "source": {
12     "git": "https://github.com/nickfalk/NORLabelNode.git",
13     "tag": "v0.9.2"
14   },
15   "social_media_url": "https://twitter.com/noreagle",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "frameworks": "SpriteKit",
22   "source_files": "NORLabelNode.{h,m}"