[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / c / SimplePDFViewer / 0.1.2 / SimplePDFViewer.podspec.json
blobf0eeac94da0dba79c3a2def2a8a879b487e48185
2   "name": "SimplePDFViewer",
3   "version": "0.1.2",
4   "summary": "Display & share PDF documents easily in iOS.",
5   "description": "SimplePDFViewer is a UIViewController that displays a PDF document along with some basic PDF functionality such as zoom, export, and jump to page. Create the view controller using a PDFDocument, URL, or raw Data. Basic customization is available.",
6   "homepage": "https://github.com/frankfka/SimplePDFViewer",
7   "swift_versions": [
8     "4.0",
9     "4.2",
10     "5.0"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Frank Jia": "jiafrank98@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/frankfka/SimplePDFViewer.git",
21     "tag": "0.1.2"
22   },
23   "platforms": {
24     "ios": "11.0"
25   },
26   "source_files": "SimplePDFViewer/Classes/**/*",
27   "frameworks": [
28     "UIKit",
29     "PDFKit"
30   ],
31   "dependencies": {
32     "SnapKit": [
33       "~> 5.0.0"
34     ]
35   },
36   "swift_version": "5.0"