blob: 624fa9260a74b05e2e579b0ec779c88b84a84c86 [file] [log] [blame]
{
"name": "PINCHTextRendering",
"version": "0.5.5.1",
"summary": "CoreText abstraction layer inspired by TextKit.",
"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",
"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.5.1"
},
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "PINCHTextRendering",
"public_header_files": "PINCHTextRendering/**/*.h",
"frameworks": [
"UIKit",
"CoreText"
]
}