From ab3d04a773025423dd86e73011b9793a71a29498 Mon Sep 17 00:00:00 2001 From: "Thomas B. VIlhelmsen" <34093316+thviQit@users.noreply.github.com> Date: Wed, 6 May 2020 16:56:55 +0200 Subject: [PATCH] Updated version --- QueueITLib/IOSUtils.m | 2 +- QueueITLibrary.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QueueITLib/IOSUtils.m b/QueueITLib/IOSUtils.m index ade828e..530fc68 100644 --- a/QueueITLib/IOSUtils.m +++ b/QueueITLib/IOSUtils.m @@ -39,7 +39,7 @@ +(NSString*)getLibraryVersion{ } +(NSString*)getSdkVersion{ - return @"iOS-2.13.2"; + return @"iOS-3.0.0"; } @end diff --git a/QueueITLibrary.podspec b/QueueITLibrary.podspec index bb11743..e5fa153 100644 --- a/QueueITLibrary.podspec +++ b/QueueITLibrary.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "QueueITLibrary" -s.version = "2.13.2" +s.version = "3.0.0" s.summary = "Library for integrating Queue-it into an iOS app using web uI" s.homepage = "https://github.com/queueit/ios-webui-sdk" s.license = 'MIT' s.authors = { 'Queue-It' => 'https://queue-it.com' } s.platform = :ios, '9.3' -s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.13.2' } +s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.0' } s.requires_arc = true s.source_files = "QueueITLib/*.{h,m}" end