blob: 3aa971157144af2c1b1c939fa07f03101b2d9d53 [file] [log] [blame]
{
"name": "YAPDFKit",
"version": "0.1.0",
"summary": "Yet another PDF Kit for parsing and modifying PDF's.",
"description": "Yet another PDF Kit is a independent PDF Kit written in objective-c for\nparsing and manipulating PDF's. YAPDFKit is completely independant of Apple's\nPDFKit.",
"homepage": "https://github.com/mipmip/YAPDFKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pim Snel": "pim@lingewoud.nl"
},
"social_media_url": "https://twitter.com/mipselaer",
"source": {
"git": "https://github.com/mipmip/YAPDFKit.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"YAPDFKit/**/*.{h,m,c}"
],
"libraries": "z",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}