Skip to content

Commit

Permalink
fix CryptoSwift version
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatFish committed May 6, 2024
1 parent 7381e48 commit 0df24dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcBlockSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TODO: Add long description of the pod here.
s.subspec 'CoreKit' do |sc|
sc.source_files = 'ArcBlockSDK/ABSDKCoreKit/**/*.{h,m,swift}'
sc.dependency 'ReachabilitySwift'
sc.dependency 'CryptoSwift', '~> 1.4.0'
sc.dependency 'CryptoSwift', '~> 1.6.0'
sc.dependency 'BigInt', '~> 5.2.0'
sc.dependency 'web3swift', '~> 2.3.0'

Expand Down

0 comments on commit 0df24dd

Please sign in to comment.