| { |
| "name": "NimbusKit-AttributedLabel", |
| "version": "1.0.0", |
| "license": { |
| "type": "BSD" |
| }, |
| "summary": "UILabel subsitute with Core Text rendering, link detection, and inline images.", |
| "description": " A UILabel substitute with data detectors, links, inline images, and Core Text attributes available right out of the box.\n", |
| "homepage": "https://github.com/nimbuskit/attributedlabel", |
| "authors": { |
| "Jeff Verkoeyen": "jverkoey@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/featherless", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/nimbuskit/attributedlabel.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "src", |
| "public_header_files": "src/{NimbusKitAttributedLabel,NIAttributedLabel}.h", |
| "frameworks": [ |
| "CoreText", |
| "CoreGraphics", |
| "QuartzCore" |
| ], |
| "screenshots": [ |
| "https://raw.githubusercontent.com/NimbusKit/attributedlabel/master/docs/gfx/NIAttributedLabelExample1.png", |
| "https://raw.githubusercontent.com/NimbusKit/attributedlabel/master/docs/gfx/NIAttributedLabel_inlineimages.png" |
| ] |
| } |