[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / d / 4 / ILPDFKit / 0.0.9 / ILPDFKit.podspec.json
blob7f7b4252c0efa3baa3fe41aef88c1df753f5aa5b
2   "name": "ILPDFKit",
3   "version": "0.0.9",
4   "summary": "A toolkit for filling out and saving PDF forms, and extracting PDF data.",
5   "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",
6   "homepage": "http://ilpdfkit.com",
7   "screenshots": "http://imgur.com/oo5HLUg.png",
8   "license": "MIT",
9   "authors": {
10     "Derek Blair": "derekjblair@gmail.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/iwelabs/ILPDFKit.git",
17     "tag": "0.0.9"
18   },
19   "source_files": "ILPDFKit/**/*.{h,m}",
20   "frameworks": [
21     "QuartzCore",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "documentation_url": "http://ilpdfkit.com/index.html"