blob: f8e556f0fd10f41845e37f1215aa7c533973efbf [file] [log] [blame]
{
"name": "PDFImage",
"version": "0.0.2",
"summary": "Render PDF files into UIImage",
"description": "A simple utility to help you render PDF files into UIImage.",
"homepage": "https://github.com/sodastsai/PDFImage",
"license": "Apache License, Version 2.0",
"authors": {
"sodas tsai": "sodas2002@gmail.com"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/sodastsai/PDFImage.git",
"tag": "v0.0.2"
},
"source_files": [
"PDFImage",
"PDFImage/*.{h,m}"
],
"public_header_files": [
"PDFImage/PDFImage.h",
"PDFImage/PIPDFDocument.h",
"PDFImage/PIPDFPage.h",
"PDFImage/UIImage+PDFImage.h"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}