Skip to content

Commit fb8af1d

Browse files
committed
Update README
1 parent 7decb3a commit fb8af1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ Install **PopMenu** using [**CocoaPods**](https://cocoapods.org), add it to your
6161
> ‼️ `PopMenu` was actually taken so let's call it `NewPopMenu` 'cause why not?
6262
6363
```ruby
64-
pod 'NewPopMenu'
64+
# For Swift 4.2, Xcode 10+
65+
pod 'NewPopMenu', '~> 2.0'
66+
67+
# For Swift 4.1 and under
68+
pod 'NewPopMenu', '~> 1.1'
6569
```
6670

6771
### For Carthage

0 commit comments

Comments
 (0)