blob: d3ba0481fb3c7120e25b80efc69ae31d3bb3ce7a [file] [log] [blame]
{
"name": "PDFImage",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"PDFImage",
"PDFImage/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"public_header_files": "PDFImage/*.h",
"private_header_files": "PDFImage/*_Internal.h"
}