blob: bdc2c6d29612d547d3a63344fa014a4b9f9ddc11 [file] [log] [blame]
{
"name": "MAGPdfGenerator",
"version": "0.2.0",
"summary": "An utility to convert UIView to a PDF document.",
"description": "MAGPdfGenerator is an utility which provides the ability to convert UIView's representation to a PDF document. The UIView may be created from XIB file and use Autolayouts that makes a convenient way to draw the pdf's content.",
"homepage": "https://github.com/Magora-IOS/MAGPdfGenerator",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Konstantin Mamaev": "mamaev@magora-systems.com"
},
"source": {
"git": "https://github.com/Magora-IOS/MAGPdfGenerator.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MAGPdfGenerator/Classes/**/*",
"public_header_files": "MAGPdfGenerator/Classes/**/*.h",
"frameworks": "UIKit"
}