blob: 7884b359926f33e17881b7d4992c8d9b1d6c69c4 [file] [log] [blame]
{
"name": "iOS-htmltopdf",
"version": "0.0.1",
"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",
"commit": "d331a933c810e1ebf462c4e94076c78b92456c57"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"exclude_files": "HTMLtoPDF-Demo",
"requires_arc": true
}