Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimEbrahemAbdelaziz authored May 11, 2024
1 parent 27ab310 commit 4441d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SwiftyMenu is simple yet powerfull drop down menu component for iOS. It allow yo
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate SwiftyMenu into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'SwiftyMenu', '~> 1.0.1'
pod 'SwiftyMenu', '~> 1.1.0'
```

### Swift Package Manager
Expand All @@ -96,7 +96,7 @@ pod 'SwiftyMenu', '~> 1.0.1'
2. Manually in your **Package.swift** file add:

```swift
.package(url: "https://github.com/KarimEbrahemAbdelaziz/SwiftyMenu", from: "1.0.1")
.package(url: "https://github.com/KarimEbrahemAbdelaziz/SwiftyMenu", from: "1.1.0")
```

## Usage
Expand Down

0 comments on commit 4441d29

Please sign in to comment.