blob: 6f29394888815d59a8d9686b0c096baea9a06de7 [file] [log] [blame]
{
"name": "TPPDF",
"version": "0.1.0",
"summary": "TPPDF is a simple-to-use PDF builder for iOS",
"description": "TPPDF is a simple-to-use PDF builder. It uses the built-in framework for generating PDF files. Included features are: text, attributed text, images, tables",
"homepage": "https://github.com/techprimate/TPPDF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip Niedertscheider": "philip.niedertscheider@techprimate.com"
},
"source": {
"git": "https://github.com/techprimate/TPPDF.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "TPPDF/Classes/**/*",
"frameworks": "UIKit"
}