blob: fc4fcdda1b4a5d53a00f00075f7fd380653e002b [file] [log] [blame]
{
"name": "MAGPdfGenerator",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MAGPdfGenerator/Classes/**/*",
"public_header_files": "MAGPdfGenerator/Classes/**/*.h",
"frameworks": "UIKit"
}