blob: a966f838fc5e7836ec38f020503ef61b04b4569d [file] [log] [blame]
{
"name": "ILPDFKit",
"version": "1.1.6",
"summary": "A PDF toolset for iOS with an emphasis on form filling.",
"description": "A simple toolkit for filling out and saving PDF forms, and extracting PDF data.",
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/derekblair/ILPDFKit",
"license": "MIT",
"authors": {
"Derek Blair": "derekjblair@gmail.com"
},
"source": {
"git": "https://github.com/derekblair/ILPDFKit.git",
"tag": "1.1.6"
},
"requires_arc": true,
"source_files": "ILPDFKit/**/*.{h,m,swift}",
"frameworks": [
"QuartzCore",
"UIKit"
],
"public_header_files": "ILPDFKit/**/*.h",
"pushed_with_swift_version": "3.0"
}