[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 5 / PajdegPDF / 0.2.2 / PajdegPDF.podspec.json
blob1e19663247bac044ebee5c6b8d7a6a41b825c288
2   "name": "PajdegPDF",
3   "version": "0.2.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Karl-Johan Alm": "kalle.alm@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kallewoof/PDObC.git",
13     "tag": "0.2.2"
14   },
15   "social_media_url": "https://twitter.com/kallewoof",
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.7"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "dependencies": {
23     "PajdegCore": [
24       "~> 0.1.0"
25     ]
26   }