[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / d / PINCHTextRendering / 0.5.5.3 / PINCHTextRendering.podspec.json
blob1c05788414d5e8670d2254ecda821b3b595a359b
2   "name": "PINCHTextRendering",
3   "version": "0.5.5.3",
4   "summary": "CoreText abstraction layer inspired by TextKit.",
5   "description": "PINCHTextRendering is a convenience library leveraging\nCore Text for rendering a stack of strings (layout objects)\neach with its own style.\n\nKey features:\n * Wrapping around a clipping rect\n * Layout object instantiatable with an NSAttributedString\n * Works with rendering directly of from provided textView\n * Extra style like thick underline with descender clipping",
6   "homepage": "https://github.com/justpinch/PINCHTextRendering",
7   "screenshots": [
8     "https://raw.githubusercontent.com/justpinch/PINCHTextRendering/master/assets/example-screenshot.png",
9     "https://github.com/justpinch/PINCHTextRendering/raw/master/assets/example-debugging-screenshot.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Pim Coumans": "pim.coumans@justpinch.com"
14   },
15   "source": {
16     "git": "https://github.com/justpinch/PINCHTextRendering.git",
17     "tag": "0.5.5.3"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "PINCHTextRendering",
25   "public_header_files": "PINCHTextRendering/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "CoreText"
29   ]