Skip to content

Commit 438a636

Browse files
committed
Fix readme
1 parent 0c4ea69 commit 438a636

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

templates/swift/README.md.twig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# {{ spec.title }} {{sdk.name}} SDK
22

3-
![Cocoapods](https://img.shields.io/cocoapods/v/{{ spec.title }}.svg?color=green&style=flat-square)
43
![Swift Package Manager](https://img.shields.io/github/v/release/{{ sdk.gitUserName }}/{{ sdk.gitRepoName }}.svg?color=green&style=flat-square)
54
![License](https://img.shields.io/github/license/{{ sdk.gitUserName | url_encode }}/{{ sdk.gitRepoName|url_encode }}.svg?style=flat-square)
65
![Version](https://img.shields.io/badge/api%20version-{{ spec.version|url_encode }}-blue.svg?style=flat-square)
@@ -28,18 +27,12 @@
2827

2928
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**
3029

31-
>>IMAGE<<
32-
3330
In the dialog that appears, enter the Appwrite Swift SDK [package URL]({{ sdk.gitRepo }}) and click **Next**.
3431

3532
Once the repository information is loaded, add your version rules and click **Next** again.
3633

37-
>>IMAGE<<
38-
3934
On the final screen, make sure you see `Appwrite` as a product selected for your target:
4035

41-
>>IMAGE<<
42-
4336
### Swift Package Manager
4437

4538
Add the package to your `Package.swift` dependencies:
@@ -62,12 +55,6 @@ Then add it to your target:
6255
),
6356
```
6457

65-
### Cocoapods
66-
67-
```ruby
68-
pod '{{ spec.name | caseUcfirst }}', git: '{{ sdk.gitRepo }}', tag: '{{ sdk.version }}'
69-
```
70-
7158
{% if sdk.gettingStarted %}
7259

7360
{{ sdk.gettingStarted|raw }}

0 commit comments

Comments
 (0)