blob: e45e19d99dab70910949d3ae4c0744004631acc0 [file] [log] [blame]
{
"name": "MRGPDFKit",
"version": "1.0.0",
"summary": "A simple objective-C Toolkit to fill PDF forms.",
"description": "Add this objective-C Toolkit to add PDF form filling capability in your project.",
"homepage": "https://github.com/mirego/MRGPDFKit",
"license": "BSD 3-Clause",
"authors": {
"Mirego": "info@mirego.com"
},
"source": {
"git": "https://github.com/mirego/MRGPDFKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MRGPDFKit/**/*.{h,m}",
"dependencies": {
"MCUIViewLayout": [
"~> 0.5.1"
]
}
}