[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / a / c / OHPDFImage / 2.0.1 / OHPDFImage.podspec.json
blob6cb5d531ae16a72b9730c21c3bad72811caaf3d0
2   "name": "OHPDFImage",
3   "version": "2.0.1",
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.1"
20   },
21   "source_files": "OHPDFImage/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "UIKit"
25   ],
26   "requires_arc": true