[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 2 / c / SimplePDFViewer / 0.1.1 / SimplePDFViewer.podspec.json
blobe470484058a67a7e080ebd0e43f7ff02a1515f71
2   "name": "SimplePDFViewer",
3   "version": "0.1.1",
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     "5.0"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Frank Jia": "jiafrank98@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/frankfka/SimplePDFViewer.git",
22     "tag": "0.1.1"
23   },
24   "platforms": {
25     "ios": "11.0"
26   },
27   "source_files": "SimplePDFViewer/Classes/**/*",
28   "frameworks": [
29     "UIKit",
30     "PDFKit"
31   ],
32   "dependencies": {
33     "SnapKit": [
34       "~> 5.0.0"
35     ]
36   },
37   "swift_version": "5.0"