Skip to content

Commit

Permalink
Merge pull request #1328 from WalletConnect/cocoapods-fix
Browse files Browse the repository at this point in the history
add dependency to podspec
  • Loading branch information
llbartekll committed Mar 20, 2024
2 parents 8114d74 + a930044 commit 92e9be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WalletConnectSwiftV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Pod::Spec.new do |spec|
spec.subspec 'WalletConnectSign' do |ss|
ss.source_files = 'Sources/WalletConnectSign/**/*.{h,m,swift}'
ss.dependency 'WalletConnectSwiftV2/WalletConnectPairing'
ss.dependency 'WalletConnectSwiftV2/WalletConnectSigner'
ss.dependency 'WalletConnectSwiftV2/WalletConnectVerify'
end

Expand Down

0 comments on commit 92e9be2

Please sign in to comment.