Skip to content

Commit 749953d

Browse files
authored
chore: import foundation when using uuid (#178)
1 parent d944099 commit 749953d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/metamask-ios-sdk/Classes/CommunicationLayer/SocketCommLayer/SocketClientProtocol.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SocketProtocol.swift
33
//
44

5+
import Foundation
56
import SocketIO
67

78
protocol SocketProtocol {

metamask-ios-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'metamask-ios-sdk'
3-
s.version = '0.8.1'
3+
s.version = '0.8.2'
44
s.summary = 'Enable users to easily connect with their MetaMask Mobile wallet.'
55
s.swift_version = '5.5'
66

0 commit comments

Comments
 (0)