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