blob: 3813437f787cbddb2da3d9aa8a8c2d919c9a5fba [file] [log] [blame]
{
"name": "PajdegCore",
"version": "0.2.2",
"summary": "C library for mutating PDF files",
"description": " Pajdeg is a self-contained C library for mutating (modifying) PDFs. \n \n It's built around the principles of a pipe, where the original PDF is examined, needed changes are determined and tasks are \"attached\" based on page number, object ID, etc. and then simply sent through a pipe into a new PDF with the desired modifications. \n",
"homepage": "https://github.com/kallewoof/PajdegCore",
"license": "MIT",
"authors": {
"Karl-Johan Alm": "kalle.alm@gmail.com"
},
"source": {
"git": "https://github.com/kallewoof/PajdegCore.git",
"tag": "0.2.2",
"submodules": true
},
"social_media_url": "https://twitter.com/kallewoof",
"documentation_url": "http://kallewoof.github.io/pajdeg/",
"requires_arc": false,
"source_files": "Pod/Source/src/",
"xcconfig": {
"OTHER_LDFLAGS": "-l z.1"
},
"public_header_files": "Pod/Source/src/*.h"
}