[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / f / 4 / PDFImage / 0.2.0 / PDFImage.podspec.json
blob7a2c0f04b5add9f14e4f7cbfee01a4399d8399c8
2   "name": "PDFImage",
3   "version": "0.2.0",
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": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/sodastsai/PDFImage.git",
16     "tag": "v0.2.0"
17   },
18   "source_files": [
19     "PDFImage",
20     "PDFImage/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreGraphics"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "public_header_files": "PDFImage/*.h",
32   "private_header_files": "PDFImage/*_Internal.h"