blob: e34d6ca88fbc556200bcaaa6a33c15a36cb4d4e4 [file] [log] [blame]
{
"name": "TPPDF",
"version": "2.1.1",
"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": "dev@philpri.me"
},
"source": {
"git": "https://github.com/techprimate/TPPDF.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}