blob: f3a33c0ad5cc80f548517d032b1f5c45edeaaaae [file] [log] [blame]
{
"name": "iOS-htmltopdf",
"version": "0.0.3",
"summary": "This class enables simple URL-based PDF creation.",
"description": "Pages are created the exact same way they would be if the user printed the content on an iOS device (very similar as well as OS X print output).",
"homepage": "https://github.com/iclems/iOS-htmltopdf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clément Wehrung": "cwehrung@nurves.com"
},
"source": {
"git": "https://github.com/iclems/iOS-htmltopdf.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"exclude_files": "HTMLtoPDF-Demo",
"requires_arc": true
}