[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / 5 / NimbusKit-AttributedLabel / 1.0.0 / NimbusKit-AttributedLabel.podspec.json
blob1689d37faf1c3d2d94fbbdfb78c8f8d319eb336b
2   "name": "NimbusKit-AttributedLabel",
3   "version": "1.0.0",
4   "license": {
5     "type": "BSD"
6   },
7   "summary": "UILabel subsitute with Core Text rendering, link detection, and inline images.",
8   "description": "                   A UILabel substitute with data detectors, links, inline images, and Core Text attributes available right out of the box.\n",
9   "homepage": "https://github.com/nimbuskit/attributedlabel",
10   "authors": {
11     "Jeff Verkoeyen": "jverkoey@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/featherless",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/nimbuskit/attributedlabel.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "src",
23   "public_header_files": "src/{NimbusKitAttributedLabel,NIAttributedLabel}.h",
24   "frameworks": [
25     "CoreText",
26     "CoreGraphics",
27     "QuartzCore"
28   ],
29   "screenshots": [
30     "https://raw.githubusercontent.com/NimbusKit/attributedlabel/master/docs/gfx/NIAttributedLabelExample1.png",
31     "https://raw.githubusercontent.com/NimbusKit/attributedlabel/master/docs/gfx/NIAttributedLabel_inlineimages.png"
32   ]