4 "summary": "Objective-C library for mutating PDF files",
5 "description": " Pajdeg is a self-contained library for mutating 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 \n This is the Objective-C wrapper for Pajdeg, which includes a number of improvements over the C core library.\n",
6 "homepage": "https://github.com/kallewoof/PDObC",
9 "Karl-Johan Alm": "kalle.alm@gmail.com"
12 "git": "https://github.com/kallewoof/PDObC.git",
20 "source_files": "Pod/Classes",