[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / a / c / OHPDFImage / 3.1.3 / OHPDFImage.podspec.json
blob84f9ae97420e1481c53c771df2ad5c9fb3511dd0
2   "name": "OHPDFImage",
3   "version": "3.1.3",
4   "summary": "OHPDFImage allows you to use a PDF as a vector UIImage",
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": "3.1.3"
20   },
21   "source_files": "OHPDFImage/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "UIKit"
25   ],
26   "requires_arc": true