blob: 214c7c1059016293b1f50fb70991eedb07b48b75 [file] [log] [blame]
{
"name": "TPPDF",
"version": "1.5.3",
"summary": "TPPDF is a simple-to-use PDF builder for iOS",
"description": "TPPDF is an object-based PDF builder, completely built in Swift.\nYou create a document by defining, adding and positioning different objects.\nTPPDF then calculates the layout and renders a PDF file.",
"homepage": "https://github.com/techprimate/TPPDF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip Niedertscheider": "phil@techprimate.com"
},
"source": {
"git": "https://github.com/Techprimate/TPPDF.git",
"tag": "1.5.3"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"swift_versions": "5.0",
"dependencies": {
"SwiftLint": [
]
},
"swift_version": "5.0"
}