blob: ece87be745b68e9cae586fe4e866dd4657a1cbbf [file] [log] [blame]
{
"name": "LEPDFParser",
"version": "0.1",
"summary": "Parse PDF metadata in Swift.",
"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.",
"license": "MIT",
"authors": {
"Ludvig Eriksson": "ludvigeriksson@icloud.com"
},
"homepage": "https://github.com/ludvigeriksson/LEPDFParser",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/ludvigeriksson/LEPDFParser.git",
"tag": "0.1"
},
"source_files": [
"LEPDFParser/Classes",
"LEPDFParser/Classes/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "PDFKit"
}