Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jun 8, 2018
1 parent 7decb3a commit fb8af1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ Install **PopMenu** using [**CocoaPods**](https://cocoapods.org), add it to your
> ‼️ `PopMenu` was actually taken so let's call it `NewPopMenu` 'cause why not?
```ruby
pod 'NewPopMenu'
# For Swift 4.2, Xcode 10+
pod 'NewPopMenu', '~> 2.0'

# For Swift 4.1 and under
pod 'NewPopMenu', '~> 1.1'
```

### For Carthage
Expand Down

0 comments on commit fb8af1d

Please sign in to comment.