Skip to content

Commit 9684c1c

Browse files
authored
Merge pull request #124 from pusher/version-in-readme
Specify current version in the Readme Podfile
2 parents 0f4718b + 54e48b4 commit 9684c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ source 'https://github.com/CocoaPods/Specs.git'
6363
platform :ios, '10.0'
6464
use_frameworks!
6565

66-
pod 'PusherSwift'
66+
pod 'PusherSwift', '~> 4.0'
6767
```
6868

6969
Then, run the following command:

0 commit comments

Comments
 (0)