Skip to content

Commit

Permalink
Add Swift to list of Chat SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hulbert committed Jan 14, 2025
1 parent 3cab914 commit 57e6219
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/SDKsPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ export const data = {
githubRepoURL: 'https://github.com/ably/ably-chat-js',
setupLink: '/chat/setup?lang=react',
},
{
title: 'Swift',
text: 'Ably Chat SDK for Swift.',
image: { src: swift, isWide: false },
githubRepoURL: 'https://github.com/ably/ably-chat-swift',
setupLink: '/chat/setup?lang=swift',
},
],
},
},
Expand Down

0 comments on commit 57e6219

Please sign in to comment.