Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Cocoapods to the install choices
  • Loading branch information
dkk authored Sep 25, 2022
1 parent 3fa256c commit 52ac086
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Requirements iOS 13+
```swift
.package(url: "https://github.com/dkk/WrappingHStack", .upToNextMajor(from: "2.0.0"))
```

### Cocoapods
Simply add the following line to your `Podfile`:
```ruby
pod 'WrappingHStack'
```

## Usage

Import the WrappingHStack package to your view:
Expand Down

0 comments on commit 52ac086

Please sign in to comment.