[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / d / 4 / ILPDFKit / 2.0.1 / ILPDFKit.podspec.json
blob7ee60cb02ca873601c0faa0fc07a9fda03cf29bf
2   "name": "ILPDFKit",
3   "version": "2.0.1",
4   "summary": "A PDF toolset for iOS with an emphasis on form filling.",
5   "description": "A simple toolkit for filling out and saving PDF forms, and extracting PDF data.",
6   "platforms": {
7     "ios": "11.0"
8   },
9   "homepage": "https://github.com/derekblair/ILPDFKit",
10   "license": "MIT",
11   "authors": {
12     "Derek Blair": "derekjblair@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/derekblair/ILPDFKit.git",
16     "tag": "2.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "ILPDFKit/**/*.{h,m,swift}",
20   "frameworks": [
21     "QuartzCore",
22     "UIKit",
23     "PDFKit"
24   ],
25   "public_header_files": "ILPDFKit/**/*.h"