Skip to content

Commit 27c71c2

Browse files
authored
Update README.md
1 parent 7b132c0 commit 27c71c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ SDK documentation can be found [here](https://swiftpackageindex.com/indiepitcher
1111

1212
The SDK is designed to work with any framework built on top of Swift Nio - Vapor, Hummingbird, or AWS Lamda is supported.
1313

14+
Add the dependency to your `Package.swift` file
15+
```
16+
.package(url: "https://github.com/IndiePitcher/indiepitcher-swift.git", from: "1.0.0"),
17+
```
18+
19+
Add IndiePitcher to appropriate target(s) of your project
20+
```
21+
.product(name: "IndiePitcherSwift", package: "indiepitcher-swift")
22+
```
23+
**Using the SDK:**
1424
- First, you need to get an API key. Go to the IndiePitcher dashboard, create a project, and generate a public API key.
1525
- Add the key to your `.env` file. Following examples will assume that you've added the key under `IP_SECRET_API_KEY` key.
1626

0 commit comments

Comments
 (0)