File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- < h1 style = " text-align : center ; " > GotenbergKit</ h1 >
1+ # GotenbergKit
22
33<p align =" center " >
4- <a href =" https://swift.org " >
5- <img src =" https://img.shields.io/badge/swift-6.0-f05138.svg " />
6- </a >
7- <a href =" https://github.com/thoven87/gotenberg-kit/actions?query=workflow%3ACI " >
8- <img src =" https://github.com/thoven87/gotenberg-kit/actions/workflows/ci.yml/badge.svg?branch=main " />
9- </a >
4+ <a href="https://swift.org">
5+ <img src="https://img.shields.io/badge/swift-6.0-f05138.svg"/>
6+ </a>
7+ <a href="https://github.com/thoven87/gotenberg-kit/actions?query=workflow%3ACI">
8+ <img src="https://github.com/thoven87/gotenberg-kit/actions/workflows/ci.yml/badge.svg?branch=main"/>
9+ </a>
1010</p >
1111
1212A Swift library that interacts with [ Gotenberg] ( https://gotenberg.dev/ ) 's different modules to convert a variety of document formats to PDF files.
1313
1414## Snippets
1515To incorporate ` gotenberg-kit ` into your project, follow the snippets below for SPM dependencies.
1616
17- ### SPM
17+ ### SPM
1818``` swift
19- .package (url : " https://github.com/thoven87/gotenberg-kit.git" , branch : " main " )
19+ .package (url : " https://github.com/thoven87/gotenberg-kit.git" , from : " 0.1.0 " )
2020
2121.target (name : " MyApp" , dependencies : [.product (name : " GotenbergKit" , package : " gotenberg-kit" )]),
2222```
You can’t perform that action at this time.
0 commit comments