You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This SDK is compatible with Appwrite server version 0.11.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-swift/releases).**
@@ -22,18 +21,12 @@ Appwrite is an open-source backend as a service server that abstract and simplif
22
21
23
22
The Appwrite Swift SDK is available via multiple package managers, including Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > Swift Packages > **Add Package Dependency**
24
23
25
-
>>IMAGE<<
26
-
27
24
In the dialog that appears, enter the Appwrite Swift SDK [package URL](git@github.com:appwrite/sdk-for-swift.git) and click **Next**.
28
25
29
26
Once the repository information is loaded, add your version rules and click **Next** again.
30
27
31
-
>>IMAGE<<
32
-
33
28
On the final screen, make sure you see `Appwrite` as a product selected for your target:
34
29
35
-
>>IMAGE<<
36
-
37
30
### Swift Package Manager
38
31
39
32
Add the package to your `Package.swift` dependencies:
@@ -56,12 +49,6 @@ Then add it to your target:
56
49
),
57
50
```
58
51
59
-
### Cocoapods
60
-
61
-
```ruby
62
-
pod '', git:'git@github.com:appwrite/sdk-for-swift.git', tag:'0.1.0'
0 commit comments