blob: a25a9dd2289a5d6046522a0f323b7124abc6e82c [file] [log] [blame]
{
"name": "ILPDFKit",
"version": "0.0.3",
"summary": "A toolkit for filling out and saving PDF forms, and extracting PDF data.",
"description": " \n ILPDFKit is a toolkit for working the PDF documents containing\n AcroForms. It is continually expanding in features to conform \n to a larger part of the PDF specification. \n The basic applications for this software are:\n * Parse PDF AcroForms, extracting their values and properties.\n * Present a PDF with AcroForms in a view controller.\n * Allow the user to interact with the document and fill out the forms.\n * Save the changes to disk, or push to a webservice.\n\t\t\t\t\t* Rapidly, parse, extract and analyze PDF document structure, data and properties.\n",
"homepage": "http://ilpdfkit.com",
"screenshots": "http://imgur.com/oo5HLUg.png",
"license": "MIT",
"authors": {
"Derek Blair": "derekjblair@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iwelabs/ILPDFKit.git",
"tag": "0.0.3"
},
"source_files": "ILPDFKit/*.{h,m}",
"resources": "ILPDFKit/Resources/javascript-runtime.html",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": false
}