blob: 1ce097b49f46872510e0a74901637a27fd81b8ed [file] [log] [blame]
{
"name": "MAGPdfGenerator",
"version": "0.1.1",
"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.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Konstantin Mamaev": "mamaev@magora-systems.com"
},
"source": {
"git": "https://github.com/Magora-IOS/MAGPdfGenerator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MAGPdfGenerator/Classes/**/*",
"public_header_files": "MAGPdfGenerator/Classes/**/*.h",
"frameworks": "UIKit"
}