[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / d / 6 / UIImage-ASMPDF / 0.1 / UIImage-ASMPDF.podspec.json
blob935445a8d81a5edb6090bbae8b97d19a52e3a11c
2   "name": "UIImage-ASMPDF",
3   "version": "0.1",
4   "summary": "A category on UIImage for loading PDFs, inspired by UIImage-PDF.",
5   "description": "                   A category on UIImage which allows you to render PDFs on the fly into\n                   a UIImage. The work here was inspired by UIImage-PDF, but is a somewhat\n                   simpler implementation. UIImage-ASMPDF also has the ability to specify\n                   a region within the PDF to render as an image.\n",
6   "homepage": "https://github.com/amolloy/UIImage-ASMPDF",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Molloy": "amolloy@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/amolloy/UIImage-ASMPDF.git",
19     "tag": "0.1"
20   },
21   "source_files": "UIImage-ASMPDF/UIImage+ASMPDF/*.{h,m}",
22   "public_header_files": "UIImage-ASMPDF/UIImage+ASMPDF/*.h",
23   "requires_arc": true