[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / 0 / c / THPDFKit / 0.3.1 / THPDFKit.podspec.json
blob8721616556b56a8e14b6839173d80a76a30be69b
2   "name": "THPDFKit",
3   "version": "0.3.1",
4   "summary": "PDF viewer component on top of Apples PDFKit",
5   "description": "PDF viewer component on top of Apples PDFKit.\nAs a fallback for older iOS versions this library is using QuickLook",
6   "homepage": "https://github.com/hons82/THPDFKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Hannes Tribus": "hons82@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/hons82/THPDFKit.git",
20     "tag": "0.3.1"
21   },
22   "source_files": "THPDFKit/THPDFKit/**/*.{swift}",
23   "resources": "THPDFKit/THPDFKit/Assets.xcassets",
24   "frameworks": "UIKit",
25   "swift_version": "4.0"