[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / a / d / 4 / ILPDFKit / 0.0.3 / ILPDFKit.podspec.json
bloba25a9dd2289a5d6046522a0f323b7124abc6e82c
2   "name": "ILPDFKit",
3   "version": "0.0.3",
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.3"
18   },
19   "source_files": "ILPDFKit/*.{h,m}",
20   "resources": "ILPDFKit/Resources/javascript-runtime.html",
21   "frameworks": [
22     "QuartzCore",
23     "UIKit"
24   ],
25   "requires_arc": false