Skip to content

Commit abd1c87

Browse files
committed
Add the swift implementation
1 parent dad295b commit abd1c87

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

www/pages/implementations.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
6565
</p>
6666
</div>
6767

68+
<div class="implementation-card">
69+
<span class="language-badge">Swift</span>
70+
<h3 class="text-xl font-bold">Swift</h3>
71+
<p>Native implementation for iOS, macOS, and Swift applications.</p>
72+
<p class="mt-4">
73+
<a href="https://github.com/jedisct1/ipcrypt-swift" class="btn btn-primary btn-sm" target="_blank" rel="noopener">GitHub</a>
74+
</p>
75+
</div>
76+
6877
<div class="implementation-card">
6978
<span class="language-badge">Dart</span>
7079
<h3 class="text-xl font-bold">Dart</h3>
@@ -174,6 +183,16 @@ Below is a comprehensive list of all available IPCrypt implementations. Click on
174183
<td class="py-2 px-4 border text-center">✓</td>
175184
<td class="py-2 px-4 border">ISC</td>
176185
</tr>
186+
<tr>
187+
<td class="py-2 px-4 border">Swift</td>
188+
<td class="py-2 px-4 border">Native</td>
189+
<td class="py-2 px-4 border text-center">✓</td>
190+
<td class="py-2 px-4 border text-center">✓</td>
191+
<td class="py-2 px-4 border text-center">✓</td>
192+
<td class="py-2 px-4 border text-center">✓</td>
193+
<td class="py-2 px-4 border text-center">✓</td>
194+
<td class="py-2 px-4 border">ISC</td>
195+
</tr>
177196
<tr>
178197
<td class="py-2 px-4 border">Dart</td>
179198
<td class="py-2 px-4 border">Native</td>

0 commit comments

Comments
 (0)