Skip to content

Commit

Permalink
Fix podspec config bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Aug 19, 2022
1 parent 9101082 commit 5ee8c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |spec|
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.frameworks = 'CoreImage'
spec.dependency 'Starscream', '~> 4.0.4'
spec.dependency 'Web3Core', '~> 3.0.0-RC3'
spec.dependency 'Web3Core', '~> 3.0.0-RC4'
end

0 comments on commit 5ee8c29

Please sign in to comment.