File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'web3swift'
3
- spec . version = '2.6.3 '
3
+ spec . version = '2.6.4 '
4
4
spec . ios . deployment_target = "9.0"
5
5
spec . osx . deployment_target = "10.12"
6
6
spec . license = { :type => 'Apache License 2.0' , :file => 'LICENSE.md' }
@@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
13
13
spec . resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
14
14
spec . swift_version = '5.0'
15
15
spec . frameworks = 'CoreImage'
16
- spec . dependency 'BigInt' , '== 5.2.0'
17
- spec . dependency 'Starscream' , '== 4.0.4'
18
- spec . dependency 'CryptoSwift' , '== 1.4.3'
16
+ spec . dependency 'BigInt' , '5.2.0'
17
+ spec . dependency 'Starscream' , '4.0.4'
18
+ spec . dependency 'CryptoSwift' , '1.4.3'
19
19
spec . dependency 'secp256k1.c' , '~> 0.1'
20
- spec . dependency 'PromiseKit' , '== 6.15.3'
20
+ spec . dependency 'PromiseKit' , '6.15.3'
21
21
end
You can’t perform that action at this time.
0 commit comments