blob: 8ebd45e5e7f793169f8b109577ed850a7eeea06e [file] [log] [blame]
{
"name": "Pajdeg",
"version": "0.1.0",
"summary": "Objective-C library for mutating PDF files",
"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",
"homepage": "https://github.com/kallewoof/PDObC",
"license": "MIT",
"authors": {
"Karl-Johan Alm": "kalle.alm@gmail.com"
},
"source": {
"git": "https://github.com/kallewoof/PDObC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"PajdegCore": [
"~> 0.0.3"
]
}
}