Skip to content

Commit 338e0c7

Browse files
author
Alex Vlasov
committed
encourage users to set a specific version in Podfile
1 parent ab4e81b commit 338e0c7

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
@@ -102,7 +102,7 @@ platform :ios, '9.0'
102102

103103
target '<Your Target Name>' do
104104
use_frameworks!
105-
pod 'web3swift', :git => 'https://github.com/BANKEX/web3swift.git'
105+
pod 'web3swift', '~> 0.8.0'
106106
end
107107
```
108108

0 commit comments

Comments
 (0)