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