[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / f / UIView+HierarchicalDrawing / 0.1.0 / UIView+HierarchicalDrawing.podspec.json
blob95e401727875af58eb0305340cfac6b4efd52198
2   "name": "UIView+HierarchicalDrawing",
3   "version": "0.1.0",
4   "summary": "Draw UIView hierarchy in any UIGraphicsContext manually, for crisp rendering of PDFs from views in iOS",
5   "description": "                   This library traverses a UIView hierarchy and calls drawRect directly, with various tweaks along the way.\n                   \n                   The upside is that drawing calls are directly passed to the current UIGraphicsContext, which allows e.g\n                   generation of high-quality PDFs directly from your UIView drawing code.\n                   \n                   Please see the README for an example.\n",
6   "homepage": "https://github.com/mruegenberg/uiview-hierarchical-drawing",
7   "screenshots": "https://raw.github.com/mruegenberg/uiview-hierarchical-drawing/gh-pages/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Marcel Ruegenberg": "gh@dustlab.com"
11   },
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/mruegenberg/uiview-hierarchical-drawing.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "UIView+HierarchicalDrawing.{h,m}",
20   "public_header_files": "UIView+HierarchicalDrawing.h",
21   "frameworks": "UIKit",
22   "requires_arc": true