[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / a / BRPDFImage / 1.0.0 / BRPDFImage.podspec.json
blob0389864228d6efc766f04dcc4ca0a8db68e0592e
2   "name": "BRPDFImage",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matt Magoffin": "matt@bluerocket.us"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source": {
18     "git": "https://github.com/Blue-Rocket/BRPDFImage.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "CoreGraphics",
24     "UIKit"
25   ],
26   "source_files": "BRPDFImage/BRPDFImage/BRPDFImage.{h,m}"