[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 7 / 5 / d / PINCHTextRendering / 0.5.2 / PINCHTextRendering.podspec.json
blob21ed3712902e09624aa746f3599703ec71c63911
2   "name": "PINCHTextRendering",
3   "version": "0.5.2",
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.2"
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   ]