blob: 29866098fdce67058ea67ee24b866644d8fc9ede [file] [log] [blame]
{
"name": "PDFGenerator",
"version": "0.1.0",
"summary": "A simple PDF generator.",
"description": "A simple PDF generator.\nGenerate PDF from UIView(s) or UIImage(s)",
"homepage": "https://github.com/sgr-ksmt/PDFGenerator",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/PDFGenerator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PDFGenerator/**/*"
}