Skip to content

Commit 5ee8c29

Browse files
Fix podspec config bug.
1 parent 9101082 commit 5ee8c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |spec|
1616
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
1717
spec.frameworks = 'CoreImage'
1818
spec.dependency 'Starscream', '~> 4.0.4'
19-
spec.dependency 'Web3Core', '~> 3.0.0-RC3'
19+
spec.dependency 'Web3Core', '~> 3.0.0-RC4'
2020
end

0 commit comments

Comments
 (0)