[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / a / c / OHPDFImage / 2.0.0 / OHPDFImage.podspec.json
blob4bbb46cc7fe83e0b7349ce4a4337a5b5db467b49
2   "name": "OHPDFImage",
3   "version": "2.0.0",
4   "summary": "OHPDFImage allows you to use PDFs as vector UIImages",
5   "description": "                   OHPDFImage will open PDF files and make it easy to access\n                   each page of the PDF as a vector image, then render it as\n                   an UIImage of any size.\n\n                   This will allow you to use PDF files as vector images in\n                   your applications, and ensure smooth resizing at any size.\n",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
12   },
13   "homepage": "http://github.com/AliSoftware/OHPDFImage",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/AliSoftware/OHPDFImage.git",
19     "tag": "2.0.0"
20   },
21   "source_files": "OHPDFImage/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "UIKit"
25   ],
26   "requires_arc": true