Skip to content

Commit 9fde645

Browse files
authored
Change dependencies versioning
- Change versions in order to avoid conflicts with other packages using different, newer versions.
1 parent 5484e81 commit 9fde645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web3swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.frameworks = 'CoreImage'
1616
spec.dependency 'BigInt', '~> 5.0'
1717
spec.dependency 'Starscream', '~> 3.1.0'
18-
spec.dependency 'CryptoSwift', '~> 1.0.0'
18+
spec.dependency 'CryptoSwift', '~> 1.0'
1919
spec.dependency 'secp256k1.c', '~> 0.1'
20-
spec.dependency 'PromiseKit', '~> 6.8.4'
20+
spec.dependency 'PromiseKit', '~> 6.8'
2121
end

0 commit comments

Comments
 (0)