blob: 3570311a7d3e73ca681e4271a5e46df9772c8e24 [file] [log] [blame]
{
"name": "SwiftPDFGenerator",
"version": "0.5.0",
"summary": "Simple way to export PDF file from HTML with rich feature framework in Swift.",
"description": "The SwiftPDFGenerator is a framework that will be help to create PDF file from HTML in iOS app.",
"homepage": "https://github.com/vigneshuvi/SwiftPDFGenerator",
"license": "MIT",
"authors": {
"Vignesh Kumar": "http://vigneshuvi.github.io/"
},
"social_media_url": "https://facebook.com/vigneshuvi",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vigneshuvi/SwiftPDFGenerator.git",
"tag": "0.5.0"
},
"source_files": [
"SwiftPDFGenerator",
"SwiftPDFGenerator/**/*.{h,m,swift}"
],
"requires_arc": true
}