4 "summary": "The Little UIImage Class That Could (draw vector art).",
5 "description": "BRPDFImage is a very small extension of UIImage that allows you to use PDF \nartwork anywhere a UIImage is needed. The PDF format can be thought of as \njust another vector art file format, and in fact any vector art editing \nprogram worth a lick will support saving PDF files.\n\nUsing PDF artwork can provide significant app size savings as a single\nvector PDF file can be used on all device resolutions without any loss of\nfidelity. The drawing can be tinted as well, for example to match an\nestablished color theme.",
6 "homepage": "https://github.com/Blue-Rocket/BRPDFImage",
8 "type": "Apache License, Version 2.0",
12 "Matt Magoffin": "matt@bluerocket.us"
18 "git": "https://github.com/Blue-Rocket/BRPDFImage.git",
26 "source_files": "BRPDFImage/BRPDFImage/BRPDFImage.{h,m}"