blob: b1ba8458086639ccfe6b273273e7a29f0b1f86f0 [file] [log] [blame]
{
"name": "TPPDF",
"version": "0.3.0",
"summary": "TPPDF is a simple-to-use PDF builder for iOS",
"description": "TPPDF is a PDF builder based on the 'Builder' pattern. It uses the built-in framework for generating PDF files.",
"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": "0.3.0"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "TPPDF/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}