[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / d / 4 / ILPDFKit / 0.0.1 / ILPDFKit.podspec.json
blob8b9837bd4764188773c4c1ee7f8ab2b8598ebb8b
2   "name": "ILPDFKit",
3   "version": "0.0.1",
4   "summary": "A toolkit for filling out and saving PDF forms in iOS.",
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",
6   "homepage": "http://iwelabs.co/ILPDFKit",
7   "screenshots": "http://i.imgur.com/lwuG0aC.png",
8   "license": "MIT",
9   "authors": {
10     "Derek Blair": "derekjblair@gmail.com"
11   },
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/iwelabs/ILPDFKit.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "ILPDFKit/*.{h,m}",
20   "resources": "ILPDFKit/Resources/parse.html",
21   "frameworks": [
22     "QuartzCore",
23     "UIKit"
24   ],
25   "requires_arc": false