blob: 7a2c0f04b5add9f14e4f7cbfee01a4399d8399c8 [file] [log] [blame]
{
"name": "PDFImage",
"version": "0.2.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": "8.0"
},
"source": {
"git": "https://github.com/sodastsai/PDFImage.git",
"tag": "v0.2.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"
}