blob: c271616d47656934789f9e0bf6420483776a22e0 [file] [log] [blame]
{
"name": "PINCHTextRendering",
"version": "0.5.0",
"summary": "CoreText abstraction layer inspired by TextKit.",
"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",
"homepage": "https://github.com/justpinch/PINCHTextRendering",
"license": "MIT",
"authors": {
"Pim Coumans": "pim.coumans@justpinch.com"
},
"source": {
"git": "https://github.com/justpinch/PINCHTextRendering.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PINCHTextRendering",
"public_header_files": "PINCHTextRendering/**/*.h",
"frameworks": [
"UIKit",
"CoreText"
]
}