[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 2 / LEPDFParser / 0.1 / LEPDFParser.podspec.json
blobece87be745b68e9cae586fe4e866dd4657a1cbbf
2   "name": "LEPDFParser",
3   "version": "0.1",
4   "summary": "Parse PDF metadata in Swift.",
5   "description": "LEPDFParser adds a single calculated property to PDFKit's PDFPage called 'dictionary'. It will contain the metadata of the page, including gepgraphical data for geo-tagged PDF documents.",
6   "license": "MIT",
7   "authors": {
8     "Ludvig Eriksson": "ludvigeriksson@icloud.com"
9   },
10   "homepage": "https://github.com/ludvigeriksson/LEPDFParser",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/ludvigeriksson/LEPDFParser.git",
17     "tag": "0.1"
18   },
19   "source_files": [
20     "LEPDFParser/Classes",
21     "LEPDFParser/Classes/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": "PDFKit"