[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / d / PINCHTextRendering / 0.5.3.4 / PINCHTextRendering.podspec.json
blob9ca60dd35b5e955f7792fb05a308b4a6e262f7ef
2   "name": "PINCHTextRendering",
3   "version": "0.5.3.4",
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   "license": "MIT",
8   "authors": {
9     "Pim Coumans": "pim.coumans@justpinch.com"
10   },
11   "source": {
12     "git": "https://github.com/justpinch/PINCHTextRendering.git",
13     "tag": "0.5.3.4"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "PINCHTextRendering",
21   "public_header_files": "PINCHTextRendering/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "CoreText"
25   ]