blob: 9cec24b7e99d5785578b62c2ab2cb819a8ab7ec0 [file] [log] [blame]
{
"name": "ILPDFKit",
"version": "1.0.4",
"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.0.4"
},
"requires_arc": true,
"source_files": "ILPDFKit/**/*.{h,m}",
"frameworks": "CoreGraphics",
"public_header_files": "ILPDFKit/**/*.h"
}