blob: e71b621490d9235c8212f78a89481cbc73081a3a [file] [log] [blame]
{
"name": "PDFGenerator",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PDFGenerator/**/*"
}