We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee8c29 commit 9d97d29Copy full SHA for 9d97d29
web3swift.podspec
@@ -1,6 +1,8 @@
1
+WEB3CORE_VERSION ||= '3.0.0-RC4'
2
+
3
Pod::Spec.new do |spec|
4
spec.name = 'web3swift'
- spec.version = '3.0.0-RC4'
5
+ spec.version = WEB3CORE_VERSION
6
spec.ios.deployment_target = "13.0"
7
spec.osx.deployment_target = "10.15"
8
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
@@ -16,5 +18,5 @@ Pod::Spec.new do |spec|
16
18
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
17
19
spec.frameworks = 'CoreImage'
20
spec.dependency 'Starscream', '~> 4.0.4'
- spec.dependency 'Web3Core', '~> 3.0.0-RC4'
21
+ spec.dependency 'Web3Core', "~> #{WEB3CORE_VERSION}"
22
end
0 commit comments