Skip to content

Commit

Permalink
Add Swift Package Index badges to README (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored Nov 5, 2023
1 parent fb70d98 commit 91cc3f1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Replicate Swift client

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Freplicate%2Freplicate-swift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/replicate/replicate-swift)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Freplicate%2Freplicate-swift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/replicate/replicate-swift)

This is a Swift client for [Replicate].
It lets you run models from your Swift code,
and do various other things on Replicate.

To learn how to use it, [take a look at our guide to building a SwiftUI app with Replicate](https://replicate.com/docs/get-started/swiftui).

## Requirements

- macOS 12+ or iOS 15+
- Swift 5.7

## Usage

Grab your API token from [replicate.com/account](https://replicate.com/account)
Expand Down

0 comments on commit 91cc3f1

Please sign in to comment.