[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / d / PINCHTextRendering / 0.5.1 / PINCHTextRendering.podspec.json
blob9f98a39bea1e96d86c6cd61696f90ea00e2d20e8
2   "name": "PINCHTextRendering",
3   "version": "0.5.1",
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.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "PINCHTextRendering",
20   "public_header_files": "PINCHTextRendering/**/*.h",
21   "frameworks": [
22     "UIKit",
23     "CoreText"
24   ]