Skip to content

Commit 16ce338

Browse files
authored
Add integration with Swift Package Index (#3)
* Add Swift Package Index badges to README * Add .spi.yml file
1 parent df92d01 commit 16ce338

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [JSONParsing]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# JSONParsing
22

33
[![CI](https://github.com/oskarek/swift-json-parsing/actions/workflows/ci.yml/badge.svg)](https://github.com/oskarek/swift-json-parsing/actions/workflows/ci.yml)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foskarek%2Fswift-json-parsing%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/oskarek/swift-json-parsing)
5+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foskarek%2Fswift-json-parsing%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/oskarek/swift-json-parsing)
46

57
A library for decoding and encoding json, built on top of @pointfreeco's [Parsing](https://github.com/pointfreeco/swift-parsing) library.
68

0 commit comments

Comments
 (0)