[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / a / DocumentViewer / 0.1.0 / DocumentViewer.podspec.json
blob4701d1f69429d50559959aa6eb689dcf4e34b7e0
2   "name": "DocumentViewer",
3   "version": "0.1.0",
4   "summary": "A library to be used to display different file types on iOS.",
5   "module_name": "DocumentViewer",
6   "swift_versions": "5.0",
7   "description": "A `DocumentViewer` view controller that can be used to\npresent different types of documents.",
8   "homepage": "https://github.com/alejandroivan/DocumentViewer",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Alejandro Melo Domínguez": "alejandroivan@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/alejandroivan/DocumentViewer.git",
18     "tag": "0.1.0"
19   },
20   "social_media_url": "https://twitter.com/alejandroivan",
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": "DocumentViewer/Classes/**/*",
25   "frameworks": [
26     "Foundation",
27     "PDFKit",
28     "SystemConfiguration",
29     "UIKit"
30   ],
31   "swift_version": "5.0"