[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / d / PINCHTextRendering / 0.5.0 / PINCHTextRendering.podspec.json
blobc271616d47656934789f9e0bf6420483776a22e0
2   "name": "PINCHTextRendering",
3   "version": "0.5.0",
4   "summary": "CoreText abstraction layer inspired by TextKit.",
5   "description": "                       PINCHTextRendering is a convenience library for rendering\n                       a stack of strings (layout objects) each with its own style.\n\n                       Key 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\n",
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.0"
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   ]