Skip to content

Commit

Permalink
Merge pull request #115 from reown-com/llbartekll-patch-2
Browse files Browse the repository at this point in the history
Update installation.mdx
  • Loading branch information
rohit-710 authored Nov 4, 2024
2 parents ec9774b + 300a704 commit 3601d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/walletkit/ios/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ You can add a WalletConnect SDK to your project with Swift Package Manager. In o

</TabItem>
<TabItem value="cocoa">
> [!WARNING]
> Cocoapods support may be deprecated soon, use SPM instead.
1. Update Cocoapods spec repos. Type in terminal `pod repo update`
2. Initialize Podfile if needed with `pod init`
3. Add pod to your Podfile:

```ruby
pod 'WalletConnectSwiftV2'
pod 'reown-swift'
```

4. Install pods with `pod install`
Expand Down

0 comments on commit 3601d07

Please sign in to comment.