[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / f / 4 / PDFImage / 0.0.4 / PDFImage.podspec.json
blob30a241fa98f63914fc35834cd4f07569734c4a7c
2   "name": "PDFImage",
3   "version": "0.0.4",
4   "summary": "Render PDF files into UIImage",
5   "description": "A simple utility to help you render PDF files into UIImage.",
6   "homepage": "https://github.com/sodastsai/PDFImage",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "sodas tsai": "sodas2002@gmail.com"
10   },
11   "platforms": {
12     "ios": "4.0"
13   },
14   "source": {
15     "git": "https://github.com/sodastsai/PDFImage.git",
16     "tag": "v0.0.4"
17   },
18   "source_files": [
19     "PDFImage",
20     "PDFImage/*.{h,m}"
21   ],
22   "public_header_files": [
23     "PDFImage/PDFImage.h",
24     "PDFImage/PIPDFDocument.h",
25     "PDFImage/PIPDFPage.h",
26     "PDFImage/UIImage+PDFImage.h"
27   ],
28   "frameworks": [
29     "UIKit",
30     "Foundation",
31     "CoreGraphics"
32   ],
33   "requires_arc": true,
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC"
36   }