From af87a9d7c2dc73be499cf3a8de2d5a503865b5af Mon Sep 17 00:00:00 2001 From: Queue-It Date: Fri, 12 Oct 2018 14:29:13 +0200 Subject: [PATCH] Bumped version --- QueueITLibrary.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QueueITLibrary.podspec b/QueueITLibrary.podspec index 88545a0..4b3057c 100644 --- a/QueueITLibrary.podspec +++ b/QueueITLibrary.podspec @@ -6,7 +6,7 @@ s.homepage = "https://github.com/queueit/ios-webui-sdk" s.license = 'MIT' s.authors = { 'Queue-It' => 'https://queue-it.com' } s.platform = :ios, '8.3' -s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.11.3' } +s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.12.0' } s.requires_arc = true s.source_files = "QueueITLib/*.{h,m}" end