blob: b9988f7f291f4be4f57e5e9524d66ca25f73239f [file] [log] [blame]
{
"name": "TPPDF",
"version": "1.3.2",
"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.3.2"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftLint": [
]
}
}