Skip to content

Commit

Permalink
Add link to Swift installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Apr 17, 2024
1 parent 7423360 commit 774d87c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ No relation to the moderation tools also named [Ozone](https://github.com/bluesk

### Bluesky Social Bindings

Documentation is available at [ozone.christian.sh](https://ozone.christian.sh).

#### Java / Kotlin

```kotlin
// build.gradle[.kts]

Expand All @@ -34,10 +38,14 @@ dependencies {
}
```

Docs are available at [ozone.christian.sh](https://ozone.christian.sh).
#### Swift / Objective-C

In Xcode, select **File > Add Packages** and enter https://github.com/christiandeange/BlueskyAPI

### Gradle Plugin

In addition to shipping the lexicons that define the official Bluesky API, this project also includes a Gradle Plugin that allows you to bring your own lexicon definitions and generate any set of AT Protocol bindings from them.

```kotlin
// build.gradle[.kts]

Expand Down

0 comments on commit 774d87c

Please sign in to comment.