blob: 7edb5f2cd3ff1cb9cb5dac2a0feccab1213d928e [file] [log] [blame]
{
"name": "TPPDF",
"version": "1.5.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": "phil@techprimate.com"
},
"source": {
"git": "https://github.com/Techprimate/TPPDF.git",
"tag": "1.5.1"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftLint": [
]
}
}