blob: 9e3cbf841a085221896ed8aaf745d457cb222bc4 [file] [log] [blame]
{
"name": "TPPDF",
"version": "2.3.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.3.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"
}