blob: 8a4e547453e1883f6276e891545b6a8189528073 [file] [log] [blame]
{
"name": "TPPDFAsync",
"version": "0.0.1",
"summary": "TPPDFAsync adds asynchronous capabilities to TPPDF",
"description": "TPPDF is an object-based PDF builder, completely built in Swift.\nTPPDFAsync adds wrappers for asynchronous tasks.",
"homepage": "https://github.com/techprimate/TPPDFAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip Niedertscheider": "dev@philpri.me"
},
"source": {
"git": "https://github.com/techprimate/TPPDFAsync.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"frameworks": "Combine",
"dependencies": {
"TPPDF": [
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}