Skip to content

Commit

Permalink
Merge pull request #1111 from WalletConnect/hotfix/w3w-cocoapods
Browse files Browse the repository at this point in the history
[Cocoapods] Echo renamed
  • Loading branch information
flypaper0 authored Sep 18, 2023
2 parents 01b0dfe + f5e2ac8 commit 97fb8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WalletConnectSwiftV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Pod::Spec.new do |spec|
ss.source_files = 'Sources/Web3Wallet/**/*.{h,m,swift}'
ss.dependency 'WalletConnectSwiftV2/WalletConnectSign'
ss.dependency 'WalletConnectSwiftV2/WalletConnectAuth'
ss.dependency 'WalletConnectSwiftV2/WalletConnectEcho'
ss.dependency 'WalletConnectSwiftV2/WalletConnectPush'
ss.dependency 'WalletConnectSwiftV2/WalletConnectVerify'
end

Expand Down Expand Up @@ -130,8 +130,8 @@ Pod::Spec.new do |spec|
ss.dependency 'WalletConnectSwiftV2/WalletConnectJWT'
end

spec.subspec 'WalletConnectEcho' do |ss|
ss.source_files = 'Sources/WalletConnectEcho/**/*.{h,m,swift}'
spec.subspec 'WalletConnectPush' do |ss|
ss.source_files = 'Sources/WalletConnectPush/**/*.{h,m,swift}'
ss.dependency 'WalletConnectSwiftV2/WalletConnectNetworking'
ss.dependency 'WalletConnectSwiftV2/WalletConnectJWT'
end
Expand Down

0 comments on commit 97fb8d3

Please sign in to comment.