[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / a / 1 / Pajdeg / 0.1.0 / Pajdeg.podspec.json
blob8ebd45e5e7f793169f8b109577ed850a7eeea06e
2   "name": "Pajdeg",
3   "version": "0.1.0",
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.1.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "PajdegCore": [
23       "~> 0.0.3"
24     ]
25   }