[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / a / c / OHPDFImage / 1.0.0 / OHPDFImage.podspec.json
blob817a9eb188b0ada6ca5a992cf013ae3f8ff28899
2   "name": "OHPDFImage",
3   "version": "1.0.0",
4   "summary": "OHPDFImage allows you to manipulate PDFs as UIImages",
5   "description": "                   OHPDFImage will open PDF and make it easy to access each page\n                   of the PDF as an UIImage\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": "1.0.0"
20   },
21   "source_files": "OHPDFImage/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "UIKit"
25   ],
26   "requires_arc": true