blob: 431481fd861b85bb5cc5fdc2beb53a782e916cac [file] [log] [blame]
{
"name": "TPPDF",
"version": "0.1.2",
"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": "philip.niedertscheider@techprimate.com"
},
"source": {
"git": "https://github.com/Techprimate/TPPDF.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "TPPDF/Classes/**/*",
"frameworks": "UIKit"
}