Skip to content

Commit

Permalink
Update installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll authored Oct 12, 2024
1 parent edf257c commit d75fa07
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/appkit/ios/core/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,10 @@ array of that target:
3. Add pod to your Podfile like this:

```ruby
pod 'AppKit', '~> 1.0'
pod 'reown-swift/ReownAppKit', :git => 'https://github.com/reown-com/reown-swift.git', :tag => '1.0.4'
```

4. Install pods with `pod install`
If you encounter any problems during package installation, you can specify the exact path to the repository

```ruby
pod 'AppKit', :git => 'https://github.com/reown-com/reown-swift.git', :tag => '1.0.13'
```

</TabItem>
</Tabs>

0 comments on commit d75fa07

Please sign in to comment.