Skip to content

Commit

Permalink
Merge pull request #14 from reown-com/cocoapods-fix
Browse files Browse the repository at this point in the history
fix cocoapods
  • Loading branch information
llbartekll authored Sep 17, 2024
2 parents 78e3a69 + 9f1ecc1 commit 6aab7d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Sources/WalletConnectRelay/Dispatching.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ protocol Dispatching {
var isSocketConnected: Bool { get }
var networkConnectionStatusPublisher: AnyPublisher<NetworkConnectionStatus, Never> { get }
var socketConnectionStatusPublisher: AnyPublisher<SocketConnectionStatus, Never> { get }
// func send(_ string: String, completion: @escaping (Error?) -> Void)
func protectedSend(_ string: String, completion: @escaping (Error?) -> Void)
func protectedSend(_ string: String) async throws
func connect() throws
Expand Down
2 changes: 1 addition & 1 deletion reown-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
spec.default_subspecs = 'WalletKit'

spec.subspec 'WalletKit' do |ss|
ss.source_files = 'Sources/WalletKit/**/*.{h,m,swift}'
ss.source_files = 'Sources/ReownWalletKit/**/*.{h,m,swift}'
ss.dependency 'reown-swift/WalletConnectSign'
ss.dependency 'reown-swift/WalletConnectPush'
ss.dependency 'reown-swift/WalletConnectVerify'
Expand Down

0 comments on commit 6aab7d5

Please sign in to comment.