[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / e / UKPDFReader / 0.1.0 / UKPDFReader.podspec.json
bloba60fe6c533f60de8b81d20bef8a8c89b5c200cb2
2   "name": "UKPDFReader",
3   "version": "0.1.0",
4   "summary": "UKPDFReader is a simple framework for reading PDF in iOS(>=11.0)",
5   "description": "UKPDFReader is a simple framework for reading PDF in iOS(>=11.0). The three features provided: Paging, Outline, and Thumbnails. All feature are easyly configurable.",
6   "homepage": "https://github.com/umakanta/UKPDFReader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Umakanta Sahoo": "umakanta1987@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/umakanta/UKPDFReader.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/umakanta_s",
19   "swift_version": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "UKPDFReader/*.swift",
24   "frameworks": [
25     "UIKit",
26     "PDFKit"
27   ]