From 56dfe3e55608a5de1f79571d97573b1602782962 Mon Sep 17 00:00:00 2001 From: Lakindu Boteju Date: Wed, 31 Aug 2022 16:40:29 +0530 Subject: [PATCH] Updated Skylink Message Cache SDK to 1.0.2 and Skylink SDK to 2.3.1 --- SKYLINK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKYLINK.podspec b/SKYLINK.podspec index f4fcba9..77bbd4c 100755 --- a/SKYLINK.podspec +++ b/SKYLINK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "SKYLINK" - s.version = "2.3.0" + s.version = "2.3.1" s.summary = "SKYLINK.framework distribution" s.description = "SKYLINK.framework distribution for iOS" s.homepage = "https://github.com/Temasys/SKYLINK-iOS" @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.vendored_frameworks = 'SKYLINK.framework', 'frameworks/WebRTC.framework' s.preserve_paths = 'frameworks/*' s.dependency "Socket.IO-Client-Swift", "~> 15.2.0" - s.dependency "SKYLINK_MESSAGE_CACHE", "~> 1.0.1" + s.dependency "SKYLINK_MESSAGE_CACHE", "~> 1.0.2" # I think this is needed because on the new arm Macs. Now you can have arm64 simulators, which we don't support today # Additional note: this is not how I would like things to be...