diff --git a/WalletConnect.podspec b/WalletConnect.podspec index c19b815..e69d36e 100644 --- a/WalletConnect.podspec +++ b/WalletConnect.podspec @@ -10,11 +10,12 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/hewigovens/WalletConnect.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' + s.osx.deployment_target = '10.14' s.source_files = 'WalletConnect/**/*' s.exclude_files = ["WalletConnect/Info.plist"] s.swift_version = '5.0' s.dependency 'CryptoSwift' - s.dependency 'Starscream' + s.dependency 'Starscream', '~> 3.1.1' s.dependency 'PromiseKit' end